symphonycms / jit_image_manipulation

Just in Time Image Manipulation for Symphony CMS
http://symphonyextensions.com/extensions/jit_image_manipulation/
Other
25 stars 42 forks source link

turn zlib.output_compression off #82

Closed serpent7776 closed 10 years ago

serpent7776 commented 10 years ago

I had some problems with images generated with jit_image_manipulation on server with zlib.output_compression set to 'on'. Therefore I suggest disabling zlib.output_compression in .htaccess and adding explicit call to ob_start to lib/image.php.

DavidOliver commented 10 years ago

What were the problems?

serpent7776 commented 10 years ago

thumbnails created with jit_image_manipulation were not displayed in browser, but were properly displayed via wget. When accessing from Firefox it said image could not be renderer, because it is broken. I could reproduce this on my development machine by enabling zlib.output_compression.

DavidOliver commented 10 years ago

Had you tried the latest from integration which includes #81 which fixes #67?

serpent7776 commented 10 years ago

No, I was using master branch. Sorry to bother with already fixed problem.

DavidOliver commented 10 years ago

Ah, cool. Glad to hear it fixed the issue for you, too.