imdandman Posted May 12, 2016 Share Posted May 12, 2016 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... Flatten the image Resize to 12% of original (maintaining aspect ratio) Save As .PNG 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 Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted May 12, 2016 Share Posted May 12, 2016 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. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
imdandman Posted May 12, 2016 Author Share Posted May 12, 2016 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? Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted May 12, 2016 Share Posted May 12, 2016 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. Quote ebook: Mastering Paint.NET | resources: Plugin Index | Stereogram Tut | proud supporter of Codelab plugins: EER's Plugin Pack | Planetoid | StickMan | WhichSymbol+ | Dr Scott's Markup Renderer | CSV Filetype | dwarf horde plugins: Plugin Browser | ShapeMaker Link to comment Share on other sites More sharing options...
MJW Posted May 13, 2016 Share Posted May 13, 2016 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.) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.