Korona123 Posted October 9, 2013 Share Posted October 9, 2013 I have a few large pngs that i want to cut up into 192x192 pixel boxes and save all separately. Is there anyway to do this automatically? I could crop each block but that seems like a lot of work. So basically i want to cut up a big picture into separate smaller pictures quickly, any ideas? Quote Link to comment Share on other sites More sharing options...
Korona123 Posted October 9, 2013 Author Share Posted October 9, 2013 Actually I guess this would be called slicing not croping Quote Link to comment Share on other sites More sharing options...
david.atwell Posted October 9, 2013 Share Posted October 9, 2013 There's no automatic way to do that with Paint.NET, sorry. It might be able to be done with a filetype plugin. Quote The Doctor: There was a goblin, or a trickster, or a warrior... A nameless, terrible thing, soaked in the blood of a billion galaxies. The most feared being in all the cosmos. And nothing could stop it, or hold it, or reason with it. One day it would just drop out of the sky and tear down your world.Amy: But how did it end up in there?The Doctor: You know fairy tales. A good wizard tricked it.River Song: I hate good wizards in fairy tales; they always turn out to be him. Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted October 9, 2013 Share Posted October 9, 2013 I think this is the only thing that might do the job: http://forums.getpaint.net/index.php?/topic/17516-sprite-animation-helper-v-089-updated-dec-12-2012/ 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...
BoltBait Posted October 9, 2013 Share Posted October 9, 2013 Can you imagine a proper filetype plugin that outputs a zip file containing multiple png files? That would blow my mind. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
Visual Posted October 9, 2013 Share Posted October 9, 2013 (edited) I have a few large pngs that i want to cut up into 192x192 pixel boxes and save all separately. Is there anyway to do this automatically? I could crop each block but that seems like a lot of work. So basically i want to cut up a big picture into separate smaller pictures quickly, any ideas? Maybe. Does it matter if you lose a couple of pixels between every one? You will need to do some math. You can make a new layer and render gridlines after computing what you need. Select the black grid with wand and leave it selected. On the layers panel select the layer with your image and then delete the grid outline. You will see the grid selection on top of your image if you uncheck the top layer. Depending on the width of the lines you will not lose much. Then, you can select each image with rectangle select tool. Edited October 9, 2013 by Visual Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted October 10, 2013 Share Posted October 10, 2013 Nice thinking Visual! If you used alternating colored squares (rather than grid lines) you could eliminate the borders (think: Grid Maker Plugin with the checkerboard option. It's still going to be a long process. The steps might be... 1. Render the checkerboard on a layer above the original. Size 192x192. 2. Lower the opacity a bit. 3. Magic wand the upper left square in the checkerboard layer. 4. Switch to the image layer, press Ctrl + C then Ctrl + Alt + V to paste to a new image. 5. Switch back to checker layer 6. Select next square. 7. Repeat from 4 as many times as needed. Building on that, I wonder if the Shatters plugin could be used to displace the groups of pixels? 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...
Korona123 Posted October 10, 2013 Author Share Posted October 10, 2013 I actually found a tool to do it. If anyone was interested. http://imagesplitter.net/ Quote Link to comment Share on other sites More sharing options...
midora Posted October 10, 2013 Share Posted October 10, 2013 (edited) You may try Chop Up and Save. Edited October 13, 2013 by midora 2 Quote Link to comment Share on other sites More sharing options...
Visual Posted October 10, 2013 Share Posted October 10, 2013 (edited) I actually found a tool to do it. If anyone was interested. http://imagesplitter.net/ Careful about using online services and needing to upload something. You may give away the rights to your work when you do it. Read the terms carefully before using any online service. Edited October 10, 2013 by Visual Quote Link to comment Share on other sites More sharing options...
DrewDale Posted October 10, 2013 Share Posted October 10, 2013 You may try this one ChopUp.Dialog.jpg Keywords: Tiles, Slices, Save Nice one Midora - This will be very useable. Top work. Have a rep for that. Quote Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted October 10, 2013 Share Posted October 10, 2013 You may try this one Needs it's own thread in the Plugin section! 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...
null54 Posted October 11, 2013 Share Posted October 11, 2013 Can you imagine a proper filetype plugin that outputs a zip file containing multiple png files? That would blow my mind. Here you go: Image Tiling FileType 1 Quote Plugin Pack | PSFilterPdn | Content Aware Fill | G'MIC | Paint Shop Pro Filetype | RAW Filetype | WebP Filetype The small increase in performance you get coding in C++ over C# is hardly enough to offset the headache of coding in the C++ language. ~BoltBait Link to comment Share on other sites More sharing options...
BoltBait Posted October 11, 2013 Share Posted October 11, 2013 Mind blown. Quote Click to play: Download: BoltBait's Plugin Pack | CodeLab | and how about a Computer Dominos Game Link to comment Share on other sites More sharing options...
Pixey Posted October 11, 2013 Share Posted October 11, 2013 Blimey - you chaps are awesome ... talk about fast service Quote How I made Jennifer & Halle in Paint.net My Gallery | My Deviant Art "Rescuing one animal may not change the world, but for that animal their world is changed forever!" anon. Link to comment Share on other sites More sharing options...
Ego Eram Reputo Posted October 24, 2013 Share Posted October 24, 2013 Not to take anything away from null54's filetype plugin, but Martin Osieka has created a similar plugin which may also appeal. It works as a tool (i.e. a regular Effect) and not as a filetype. Find it here: Chop Up and Save 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...
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.