Jump to content

how to save multiple smaller files from one big file


Recommended Posts

Say I have a 256x256 image and I want to extract 16 64x64 images from this image and save them as 16 different files. Copying and pasting into a new file gets quite tedious after a while especially for larger images. Is there any good way to automate this task? Maybe a batch script or a quick plugin? I'm familiar with programming and understand the basic codelab script however I'm having trouble from there. What function do I use in order to save a new file? From there I guess I just put it in a for() loop and make it run 16 times. Any ideas?

Edited by choochoo
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...