0 Members and 1 Guest are viewing this topic.
TheHood -- to do mass conversions, try the ImageMagick tools, specifically this one:http://www.imagemagick.org/script/convert.phpOnce installed, you could try:$ convert -depth 24 */*.png */*/*.pngTa-da!(And some folks wonder why we like command-line interfaces.)
convert -depth 24 */*.png */*/*.png
convert -depth 8 */*.png */*/*.png