Hi,

has anybody of you deeper knowledge about php-gd?

One of my ownCloud installation (done with the Debian package) is returning 
broken images for e.g.
http://localhost/owncloud-git/?app=gallery&getfile=ajax/thumbnail.php?img=/Winter.jpg

The thumbnail itself exists on both installations and it is posted back to the 
browser.

The only difference is a new line between the content length and the data.
This new line causes the browser not to show the image.

Here is the interesting part of the working response:
Transfer-Encoding: chunked
Content-Type: image/jpeg

2000
......JFIF.............>CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), default 
quality

and here the broken repsonse:
Transfer-Encoding: chunked
Content-Type: image/jpeg

2001

......JFIF.............>CREATOR: gd-jpeg v1.0 (using IJG JPEG v80), default 
quality

I appreciate any response and idea how to fix this issue!

Thanks a lot,


Thomas

-- 
Thomas Müller                 E-Mail: [email protected]

_______________________________________________
Owncloud mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/owncloud

Reply via email to