How can I do a reverse "append"? (color quantization)
Posted: 2013-01-05T22:05:35-07:00
Edit: This is what I am trying to do:
Example workflow: (20) "100x100" png files -> append into (1) "100x2000" png -> convert to gif -> split back into (20) "100x100" gif files.
I don't know how I would do that last step. I am working on a windows laptop.
Why do I want to do that last step? Because...
Recently I have been trying various image editing tools to create animated gifs. I am using GIMP as my main editor, but found the built-in conversion to 256-color gif to be mediocre. Tried gmic plugin, did not like the results. Tried ximagic plugin, great but it's shareware and I think only works on single image at a time. Tried RIOT plugin, good but also only works on single image at a time. Tried gifsicle, too speckled. So trying imagemagick now, the gif results look better than other free tools except for RIOT. Not sure what quantization method IM uses (is it octree?), but the neuquant method available from RIOT still looks better to me.
So what I am thinking now is create/edit my project in gimp, then save the finished layers/frames as separate png files. Then I "append" all the png frames into 1 single image with imagemagick. Then I can color quantize the appended file into 256 color gif with RIOT instead of IM. But this would only be useful if I can split the appended image back into layers/frames after.
Example workflow: (20) "100x100" png files -> append into (1) "100x2000" png -> convert to gif -> split back into (20) "100x100" gif files.
I don't know how I would do that last step. I am working on a windows laptop.
Why do I want to do that last step? Because...
Recently I have been trying various image editing tools to create animated gifs. I am using GIMP as my main editor, but found the built-in conversion to 256-color gif to be mediocre. Tried gmic plugin, did not like the results. Tried ximagic plugin, great but it's shareware and I think only works on single image at a time. Tried RIOT plugin, good but also only works on single image at a time. Tried gifsicle, too speckled. So trying imagemagick now, the gif results look better than other free tools except for RIOT. Not sure what quantization method IM uses (is it octree?), but the neuquant method available from RIOT still looks better to me.
So what I am thinking now is create/edit my project in gimp, then save the finished layers/frames as separate png files. Then I "append" all the png frames into 1 single image with imagemagick. Then I can color quantize the appended file into 256 color gif with RIOT instead of IM. But this would only be useful if I can split the appended image back into layers/frames after.