What Is Auto-orient What Is Auto-orient
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

What Is Auto-orient

Started by thenota2, December 28, 2017, 11:37:08 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

thenota2

what is Auto-orient image(s) and do i need it, what file would i find it in to remove it

thenota2

does anyone reading this know the answer

phill104

It rotates the image to match the orientation given in the EXIF data of the image you are uploading. Save you having to do it manually.

If we have missed a post a polite bump rather than a sarcastic response is preferable.
It is a mistake to think you can solve any major problems just with potatoes.

thenota2

can just jpg images be uploaded to coppermine without orientation. are the pics gonna look any different, a different size, quality without it. i just use jpg high quality images

or, is there a way to get the text and option to not show on the upload page

ron4mac

How would you prefer that your uploaded images look? (attached)

It may not be useful to you because you upload images that you've gotten off the net which have already been normalized rotationally. But it's very useful to many others.

Add this to the end of your theme style.css file:
#autorient {display:none;}
label[for="autorient"] {display:none;}

thenota2

just straight up and down is fine. are yo u telling me in a funny way that they will look like that without orientation?

can you hide the orientation thing in the upload page?

phill104

The details on how to hide the orientation thing are already in the post above.
It is a mistake to think you can solve any major problems just with potatoes.

thenota2

thanks, i tried the same for the droparea but it doesnt work

#droparea {display:none;}
label[for="autorient"] {display:none;}