| java.lang.Object snow.utils.PicRenamer
PicRenamer | public class PicRenamer (Code) | | convert/rewrite all images to PNG and jpeg in a directory and subdirectories
PNG => PNG
the rest => JPEG
Goal: progressive jpegs cause JVM crash when embedded in jar files !!
|
convertFiles | public void convertFiles(File in) throws Exception(Code) | | convert GIF in PNG and rewrite jpegs
|
|
|