wordpress - why chrome rotate a image and firefox not -


i working on wordpress, , have rotate image media editor, seeing image rotate on chrome, not in firefox

by example

http://174.122.148.250/~macabee/wp-content/uploads/2013/05/pottery-5.jpg  http://174.122.148.250/~macabee/wp-content/uploads/2013/05/21-1024x576.jpg 

these images not rotated on firefox

can tell me why be? , can see rotate on both browser

thanks

these images "technically" sideways. rotating image can done in 1 of 2 ways.

the first way write piece of information metadata of file says image should shown rotated. seems chrome understands method.

the second way rotate rewrite order of pixels. essentially, pixels in leftmost column of pixels put @ top of image. next row placed below -- you're changing image.

right images seem 'rotated' using first method. may need use different program rotate original images.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -