php-image-optim icon indicating copy to clipboard operation
php-image-optim copied to clipboard

Support setting input image data by string and getting output image data

Open tremby opened this issue 11 years ago • 0 comments

It would be very useful to skip writing files to disk where possible.

Some of the tools (for instance jpegoptim) support reading from stdin and/or writing to stdout.

It would be very nice to leverage this functionality where possible, and where the tool does not support it, to fake it by transparently writing a temporary file.

tremby avatar Oct 08 '14 22:10 tremby