masterexploder / PHPThumb

PHP Thumbnail & Image Manipulation Library
http://phpthumb.gxdlabs.com
980 stars 264 forks source link

how to save jpegs as progressive? #57

Closed marshall2056 closed 12 years ago

marshall2056 commented 12 years ago

is there an options for saving JPG with progressive option?

Thanks.

marshall2056 commented 12 years ago

ok, i done it by adding imageinterlace($this->oldImage, true); before image*($this->oldImage, $fileName);

Thanks

masterexploder commented 12 years ago

Yeah, just merged in a pull request that resolves this: https://github.com/masterexploder/PHPThumb/pull/55