Yet another Image Rotation Issue

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?

Comments

  • 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.
  • 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.
  • Original images are NEVER modified with the exception of the image crop plugin.
  • Doh. Thank you.

    I feel extremely silly now that I think about it.
Sign In or Register to comment.