ZenphotoCMS Forum
Yet another Image Rotation Issue - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Yet another Image Rotation Issue (/thread-5404.html)



Yet another Image Rotation Issue - edsel6502 - 2009-06-29

So I've been lurking and reading about image rotation issues.

ISSUE

Thumbnails, and scaled pictures show the correct rotation. When clicking on the scaled pic to display the original pic. Rotation is not working.

TESTS:

  • Upgraded to 1.2.5 official release
  • Options -> Images -> Auto Rotation with EXIF checked
  • delete and reuploaded pics
  • deleted database entries
  • phpinfo shows that GD is installed.

All with the same result

Any ideas?




Yet another Image Rotation Issue - sbillard - 2009-06-29

Did you clear the cache?

Are you talking about the unprocessed "full image" not being rotates? If so, that would be expected since it is not processed.




Yet another Image Rotation Issue - edsel6502 - 2009-06-30

Yeah forgot to add that.

It was the first thing I did.

  • delete cache
  • refresh cache
  • check image

I also did the following (to make sure I REALLY purged the cache)

  • cp out album to /tmp
  • delete album from admin gui
  • cp /tmp/album back to ~zenphoto/album
  • check image

&

cd cache
rm -fr [name of album]

For what I see. the thumbs and scale are auto rotated properly. But the original images are not ie. I click on the scaled image for a high resolution pics.

My other pics which I rotated before I upload to zenphoto are fine.

When I request the original .jpg is the problem beyond the hands of zenphoto?. As zenphoto will auto rotate the thumb and scaled picture but not the original image?. When I see the URL for the original image it is the straight URL to the JPG. There is no PHP involved to rotate it?

ie.

www.mydomain.net/zenphoto/albums/test01/ABC.JPG (rotation not working)
vs
www.mydomain.net/zenphoto/test01/ABC.JPG.php (rotation working)

One other datapoint

Vista Business 64bit - Chrome, Firefox
MacOS 10.5.7 - Safari, Firefox

BTW. sorry if the questions are n00b like. 'cos I am one when it comes to zenphoto. and posting images.




Yet another Image Rotation Issue - sbillard - 2009-06-30

Original images are NEVER modified with the exception of the image crop plugin.




Yet another Image Rotation Issue - edsel6502 - 2009-06-30

Doh. Thank you.

I feel extremely silly now that I think about it.