Posted 9 years ago
·
Author
This is a work in progress tool I creating mostly for myself but wanted to share it. If you find any bugs or have extra features you want added, let me know.
At the moment, only two features are available:
Rename images to hex
It takes a folder of solid color images and renames them all to their hex value.
Now, it works with any image, but it's designed for solid color images because it assumes the image is a solid color so it only checks 1 pixel to get the hex color. This was more of a personal feature for me because I have a collection of solid color images that I use for developing and I wanted to organize them all and trying to come up with unique names was a pain in the ass.
Filter Transparent Images
Searches a folder for images containing transparency and moves them to a new folder separating them from non transparent images. It's the same code as this: viewtopic.php?f=158&t=10197
It was designed to work on IMVU screenshots only so it only checks small part of the image for transparency because transparent IMVU screenshots always have transparency around the object in the image. Therefore it won't work on images that have transparency only in the middle for example.
Planned Features:
Image2Colors: This will take a single image and build an entire grid of colors from the images. Basically telling you every color that makes up the image. Again, this is a personal thing for me but others might find it useful.
Drag & Drop Support: I plan on adding drag and drop support to the folder selection controls so you can drag a folder onto the program instead of using the folder browser dialog.
Download: https://www.imvumafias.org/staff/dm/shar ... tiTool.zip
At the moment, only two features are available:
Rename images to hex
It takes a folder of solid color images and renames them all to their hex value.
Now, it works with any image, but it's designed for solid color images because it assumes the image is a solid color so it only checks 1 pixel to get the hex color. This was more of a personal feature for me because I have a collection of solid color images that I use for developing and I wanted to organize them all and trying to come up with unique names was a pain in the ass.
Filter Transparent Images
Searches a folder for images containing transparency and moves them to a new folder separating them from non transparent images. It's the same code as this: viewtopic.php?f=158&t=10197
It was designed to work on IMVU screenshots only so it only checks small part of the image for transparency because transparent IMVU screenshots always have transparency around the object in the image. Therefore it won't work on images that have transparency only in the middle for example.
Planned Features:
Image2Colors: This will take a single image and build an entire grid of colors from the images. Basically telling you every color that makes up the image. Again, this is a personal thing for me but others might find it useful.
Drag & Drop Support: I plan on adding drag and drop support to the folder selection controls so you can drag a folder onto the program instead of using the folder browser dialog.
Download: https://www.imvumafias.org/staff/dm/shar ... tiTool.zip