开发者

Image Rotating in Some Browsers...?

Does any one know what might be going on here? This is the original li开发者_StackOverflownk.

Image Rotating in Some Browsers...?

Image Rotating in Some Browsers...?


Perhaps it's related to whether or not you're holding the tablet in landscape/portrait-mode? That should've probably re-oriented the text too, but... yeah, that's just a guess.


I had similar problem with iPad and found this discussion.

It turned out to be a different handling of JPEG with EXIF information saved. Most browsers do not use it, iPad Safari does.

I'm working with PHP and solution was adding that in image resizing function:

$image->setImageOrientation(Imagick::ORIENTATION_TOPLEFT);
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜