hi themers! 
After png's have been optimized, they are shown as indexed color mode, and therefore isnt correctly loaded with photoshop.
So made a small tool, that is able to convert lots of png-files, into 32bit RGB Alpha mode, so that they are all readable with photoshop, and other image editors as well.
I made this tool, because i thought it was a bit of a hassle to convert every png with indexed color mode, into 32bit RGBA mode, one by one. I do realize that it can be accomplished by batch processing, but thought it would be a lot easier with a GUI tool, so I made this
What it does exactly, is that the themer can add thousands of png's to a list, and then convert all of them, with only a few clicks.
I actually dont know how 9-patch png's (*.9.PNG) are behaving after the convertion, so made a button to exclude them from the list, before converting, so they dont get "hurt" in the process.
*EDIT* - Un-Optimizing compiled ninepatch files will mess them up, and they will not work afterwards!
Index color mode png opened with photoshop:
(Before)
The exact same png opened with photoshop, but Un-optimized with my tool:
(After)
If i helped, i only ask for a "Thanks", and if anyone run into problems, have some ideas for changes or anything else, please let me know
And if just one person find this useful, ill consider this project: "time well spended"
Cheers!
TODO List:
+ Add "Un-Optimize selected file(s)" to the right-click context menu
+ Add panning/scroll feature at View Image window
+ Add "Un-Optimize" to windows context menu, when right-clicking png files
+ Add "Optimize" functionality, to make files optimized again
+ Port it to Linux (?)
Current release:
v1.1
+ Added Double-Click on items in list, to show image and its resolution, but not bitdepth as it showed 32bit on index png-files as well. Making it show if its index mode seems like a bit of a struggle to accomplish, so didnt add that.
+ Added Right-Click context menu at items in the list, with the ability to show the image, open in favorite editor and remove from list.
+ Added Drag&Drop function.
+ Added Settings window, to set Favorite Image Editor (like photoshop or such...) and Exclude 9-Patch (*.9.PNG) files from list on every add.
+ Fixed a lot of code, so its now more stable and user-friendly.
Previous releases:
v1.0
(First official release)
After png's have been optimized, they are shown as indexed color mode, and therefore isnt correctly loaded with photoshop.
So made a small tool, that is able to convert lots of png-files, into 32bit RGB Alpha mode, so that they are all readable with photoshop, and other image editors as well.
I made this tool, because i thought it was a bit of a hassle to convert every png with indexed color mode, into 32bit RGBA mode, one by one. I do realize that it can be accomplished by batch processing, but thought it would be a lot easier with a GUI tool, so I made this
What it does exactly, is that the themer can add thousands of png's to a list, and then convert all of them, with only a few clicks.
I actually dont know how 9-patch png's (*.9.PNG) are behaving after the convertion, so made a button to exclude them from the list, before converting, so they dont get "hurt" in the process.
*EDIT* - Un-Optimizing compiled ninepatch files will mess them up, and they will not work afterwards!
Index color mode png opened with photoshop:
(Before)
The exact same png opened with photoshop, but Un-optimized with my tool:
(After)
If i helped, i only ask for a "Thanks", and if anyone run into problems, have some ideas for changes or anything else, please let me know
And if just one person find this useful, ill consider this project: "time well spended"
Cheers!
TODO List:
+ Add "Un-Optimize selected file(s)" to the right-click context menu
+ Add panning/scroll feature at View Image window
+ Add "Un-Optimize" to windows context menu, when right-clicking png files
+ Add "Optimize" functionality, to make files optimized again
+ Port it to Linux (?)
Current release:
v1.1
+ Added Double-Click on items in list, to show image and its resolution, but not bitdepth as it showed 32bit on index png-files as well. Making it show if its index mode seems like a bit of a struggle to accomplish, so didnt add that.
+ Added Right-Click context menu at items in the list, with the ability to show the image, open in favorite editor and remove from list.
+ Added Drag&Drop function.
+ Added Settings window, to set Favorite Image Editor (like photoshop or such...) and Exclude 9-Patch (*.9.PNG) files from list on every add.
+ Fixed a lot of code, so its now more stable and user-friendly.
Previous releases:
v1.0
(First official release)
Attachments
-
685.7 KB Views: 714
Last edited: