Jump to content

Quick Thumbnail Saving


Recommended Posts

I'm wonding if there's a way to quickly save a smaller version of an image I'm working on into a .png or other format?

 

Right now, the image I'm workign on is 6912x3456 px and has 10+ layers. I'd like to be able to rapidly save a .png of the image and whatever layers are active on it.

 

Right now I have to...

  1. Flatten the image
  2. Resize to 12% of original (maintaining aspect ratio)
  3. Save As .PNG
  4. UNDO all these steps so I can continue working on the full size images and layers.

 

If there was a way I could shorten this that would be awesome. Alternatively, I could attempt coding a plug in, but I'm not sure where to begin on that...?

 

Thanks

Link to comment
Share on other sites

Ctrl+R (Image -> Resize)

Alt+B (By Percentage)

12

Enter

(wait for resize to finish)

Ctrl+Shift+S

Type in new name

Tab, P (to select PNG)

Enter (to save)

Enter (to flatten)

(wait for save to finish)

Ctrl+Z (to undo flattening)

 

That might not be entirely correct, but you get the idea. Once you know the keyboard shortcuts, lots of things open up and get lots faster.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

Ctrl+R (Image -> Resize)

Alt+B (By Percentage)

12

Enter

(wait for resize to finish)

Ctrl+Shift+S

Type in new name

Tab, P (to select PNG)

Enter (to save)

Enter (to flatten)

(wait for save to finish)

Ctrl+Z (to undo flattening)

 

That might not be entirely correct, but you get the idea. Once you know the keyboard shortcuts, lots of things open up and get lots faster.

Any ideas on how to automate that?

 

Is there a guide to extensions out there?

Link to comment
Share on other sites

There is a list of plugins called the Plugin Index. You'll find a link in my signature.

 

Don't hold your breath for this type of automation - plugins have restrictions on what they can access.

Link to comment
Share on other sites

Instead of flattening, you could use Select All, Copy Merged, then Paste into New Image (which can also be accomplished by the easier: Ctrl+Shift+C followed by Ctrl+Alt+V). Then resize (Ctrl+R) and save (Ctrl+S) the new image. Not great, but perhaps better than modifying the original image.

 

Only a filetype plugin could do what you want, and as far as I can see from the plugin list, there currently isn't one that does that. (I'm don't know much about filetype plugins, but from what I know, I think one could probably be written to do what you want.)

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...