php - mass image optimizer -


i have folder 5000 images in it.

i can use php, or software on local version of images if required.

whats best way go through , optimize/shrink size/compress them , efficiently possible 20 width , 20 height?

anything gui works on xp?

tools mogrify or convert (from imagemagick) fine, when comes resizing images.

after, if want optimize images further (reducing size in bytes), should take @ software :


if goal optimization website, take @ best practices speeding web site - images , points follow (i'm thinking css sprites)



edit after edit of op : hu... gui ? no idea, sorry (i have kind of tools run automatically, scripts, on linux servers).

why not write script call tools on images, , let run night ?


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -