Name: Anonymous 2010-01-29 13:23
I'm currently writing a program to minimize the size of all my pron archives without losing quality. It removes any files that match a regex string(fucking thumbs.db, TXTs, HTML files, and DS_STORE[crashes CDisplay]), deletes empty folders, applies lossless compression to the remaining files(currently only JPG and PNG), recompresses the folder(zipmix using 7z's zip and various kzip settings, a lot better compression than RAR and none of the funky folder ordering), then appends the CRC to the end of the filename (for use with uploading later, makes nice password too if needed).
As such, I've been looking for programs similar to jpegtran/optipng/pngout that are meant for GIFs and can be called from the command line. Any one know of any, or am I better off just converting GIFs to JPEG and treating it like the rest of the JPEGs? Of course, that won't work for animated GIFs...
On a side note, if you know of any other image types that commonly show up in uploaded porn archives let me know. Currently planning to just convert BMP to JPEG.
As such, I've been looking for programs similar to jpegtran/optipng/pngout that are meant for GIFs and can be called from the command line. Any one know of any, or am I better off just converting GIFs to JPEG and treating it like the rest of the JPEGs? Of course, that won't work for animated GIFs...
On a side note, if you know of any other image types that commonly show up in uploaded porn archives let me know. Currently planning to just convert BMP to JPEG.