Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.mobile.android > #70406 > unrolled thread

Rotated image

Started byJim Scott <jim@jimXscott.co.uk>
First post2020-08-03 19:19 +0100
Last post2020-08-04 02:06 +0000
Articles 4 on this page of 24 — 8 participants

Back to article view | Back to comp.mobile.android


Contents

  Rotated image Jim Scott <jim@jimXscott.co.uk> - 2020-08-03 19:19 +0100
    Re: Rotated image Andy Burns <usenet@andyburns.uk> - 2020-08-03 19:22 +0100
    Re: Rotated image nospam <nospam@nospam.invalid> - 2020-08-03 14:23 -0400
    Re: Rotated image Arlen Holder <arlenholder@newmachine.com> - 2020-08-03 18:46 +0000
      Re: Rotated image Jim Scott <jim@jimXscott.co.uk> - 2020-08-03 23:41 +0100
        Re: Rotated image nospam <nospam@nospam.invalid> - 2020-08-03 18:54 -0400
          Re: Rotated image Jim Scott <jim@jimXscott.co.uk> - 2020-08-04 00:37 +0100
    Re: Rotated image VanguardLH <V@nguard.LH> - 2020-08-03 14:19 -0500
      Re: Rotated image Arlen Holder <arlenholder@newmachine.com> - 2020-08-03 21:07 +0000
        Re: Rotated image Jim Scott <jim@jimXscott.co.uk> - 2020-08-03 23:45 +0100
          Re: Rotated image Arlen Holder <arlenholder@newmachine.com> - 2020-08-03 23:35 +0000
            Re: Rotated image Jim S <jim@jimXscott.co.uk> - 2020-08-04 00:42 +0100
              Re: Rotated image Arlen Holder <arlenholder@newmachine.com> - 2020-08-04 02:06 +0000
                Re: Rotated image Jim Scott <jim@jimXscott.co.uk> - 2020-08-04 10:04 +0100
          Re: Rotated image "J. P. Gilliver (John)" <G6JPG@255soft.uk> - 2020-08-04 02:14 +0100
            Re: Rotated image "Mayayana" <mayayana@invalid.nospam> - 2020-08-04 09:09 -0400
              Re: Rotated image nospam <nospam@nospam.invalid> - 2020-08-04 10:05 -0400
              Re: Rotated image "J. P. Gilliver (John)" <G6JPG@255soft.uk> - 2020-08-04 22:07 +0100
                Re: Rotated image "Mayayana" <mayayana@invalid.nospam> - 2020-08-04 17:35 -0400
                  Re: Rotated image nospam <nospam@nospam.invalid> - 2020-08-04 18:00 -0400
                  Re: Rotated image "J. P. Gilliver (John)" <G6JPG@255soft.uk> - 2020-08-04 23:18 +0100
                Re: Rotated image nospam <nospam@nospam.invalid> - 2020-08-04 18:00 -0400
    Re: Rotated image "J. P. Gilliver (John)" <G6JPG@255soft.uk> - 2020-08-04 02:24 +0100
      Re: Rotated image Arlen Holder <arlenholder@newmachine.com> - 2020-08-04 02:06 +0000

Page 2 of 2 — ← Prev page 1 [2]


#70471

From"J. P. Gilliver (John)" <G6JPG@255soft.uk>
Date2020-08-04 23:18 +0100
Message-ID<WBV2pTqc6dKfFwEW@255soft.uk>
In reply to#70465
On Tue, 4 Aug 2020 at 17:35:20, Mayayana <mayayana@invalid.nospam> 
wrote:
>"J. P. Gilliver (John)" <G6JPG@255soft.uk> wrote
>
>| >Any JPG that requires software to check the
>| >orientation EXIF tags is a faulty image.
>|
>| I'm not quite sure what you're saying there: if you acknowledge the
>| _existence_ of the orientation tag (I didn't know it was part of EXIF
>| but that makes sense), then what would you consider its function?
>
>  Yes, it's part of EXIF. Bit EXIF is not universally supported
>and it's only in JPGs. There's just no reason to need that tag.
>The camera can save the image as it's taken. Instead of doing
>that they create all sorts on incompatibility. I get a lot of those
>sideways images. People don't know because they're seeing it
>on their iPhone where they took the picture. I don't understand
>why they ever would have used such an idiotic method. Whatever
>edge of the camera is up should be the top of the picture.
>
>
The reason, I presume, is that it's easier to program the camera's 
firmware to just save a flag (as part of a block of EXIF data that it's 
saving anyway), than to actually change the order of pixels written into 
the file. Originally, also, it may have reduced the need for an extra 
block of RAM to hold the image to enable any such rotation to be done; 
while memory is now probably cheap enough for that not to be as much of 
a problem (though image sizes keep growing insanely so it might still 
be!), once the practice had been established, I guess it stuck.

FWIW: when you _do_ get a "sideways image", IrfanView (might need its 
plugins, but I always install those anyway) has a "lossless rotation" 
function for JPEGs, in other words it can rotate the image without an 
extra stage of decompression/recompression and thus degradation. (It 
_doesn't_ use the orientation flag: it sets that to the top left of 
whatever you rotate to.) Other image handlers can probably do it too; 
it's easy in IV, just J enter. (That's shift-J - to bring up the JPEG 
utilities menu - and enter to repeat whatever you did last time you 
brought up that menu, which in my case is almost always a rotate.)
-- 
J. P. Gilliver. UMRA: 1960/<1985 MB++G()AL-IS-Ch++(p)Ar@T+H+Sh0!:`)DNAf

Self Test for Paranoia:  You know you have it when you can't think of anything
that's your own fault. - "The Real Bev" in comp.mobile.android, 2019-1-1

[toc] | [prev] | [next] | [standalone]


#70469

Fromnospam <nospam@nospam.invalid>
Date2020-08-04 18:00 -0400
Message-ID<040820201800181090%nospam@nospam.invalid>
In reply to#70464
In article <mTQa9alJ4cKfFwT4@255soft.uk>, J. P. Gilliver (John)
<G6JPG@255soft.uk> wrote:

> 
> > This is yet
> >another harebrained idea to save iPhone users
> >from having to understand what they're doing.
> 
> To be fair, I think several standalone cameras have 
> orientation-detection hardware too, and I'd be surprised if they don't 
> just record a flag rather than storing the pixels in a different order.

digital cameras have used orientation tags for more than 20 years.

[toc] | [prev] | [next] | [standalone]


#70439

From"J. P. Gilliver (John)" <G6JPG@255soft.uk>
Date2020-08-04 02:24 +0100
Message-ID<mIWqb3URjLKfFwCO@255soft.uk>
In reply to#70406
On Mon, 3 Aug 2020 at 19:19:18, Jim Scott <jim@jimXscott.co.uk> wrote:
>
>I get an inline image which is ok on my phone, but on my desktop clent
>it is sideways. So when I forward it to someone else, they get the same.
>How do I fix it?
>
By asking the question in the newsgroup for your desktop OS, or - if it 
has one - the 'group for the "clent" in question. (And the OS/client for 
whatever your "forwardees" are using.)
-- 
J. P. Gilliver. UMRA: 1960/<1985 MB++G()AL-IS-Ch++(p)Ar@T+H+Sh0!:`)DNAf

Religion is a name for opinion that cannot be argued about. [Heard on Radio 4,
2010-10-18, 9:xx.]

[toc] | [prev] | [next] | [standalone]


#70441

FromArlen Holder <arlenholder@newmachine.com>
Date2020-08-04 02:06 +0000
Message-ID<rgafqk$m68$1@news.mixmin.net>
In reply to#70439
On Tue, 4 Aug 2020 02:24:33 +0100, J. P. Gilliver (John) wrote:

> By asking the question in the newsgroup for your desktop OS, or - if it 
> has one - the 'group for the "clent" in question. (And the OS/client for 
> whatever your "forwardees" are using.)

To the OP, JP Gilliver is correct.
o You may wish to divert the question to a newsgroup for your OS & client.

There are only three main dejagoogled desktop OS's
o Linux: <http://tinyurl.com/alt-os-linux>
o Mac: <http://tinyurl.com/comp-sys-mac-system>
o Windows: <http://tinyurl.com/windowsxp-general> 

Windows is a bit more fractured in that the main groups aren't dejagoogled.
o Windows 7: <http://alt.windows7.general.narkive.com>
o Windows 8: <http://alt.comp.os.windows-8.narkive.com>
o Windows 10: <http://alt.comp.os.windows-10.narkive.com>

So, in general, on those three, since every thread is always intended to be
a useful future reference for others with the same or similar problem set,
I generally also add a dejagoogled Windows newsgroup, for example:
o <http://tinyurl.com/alt-comp-microsoft-windows>

In this specific case, the digital photo newsgroup might also be apropos:
o <http://tinyurl.com/rec-photo-digital>

As may be, sometimes, the freeware newsgroup (depending on the MUA employed
o <http://tinyurl.com/alt-comp-freeware>

There are also a variety of client-based newsgroups, which I'll defer for
now as we have no idea what your OS is, let alone your mail user agent.

Good luck.
-- 
A good thread on Usenet requires enough information for others to help.

[toc] | [prev] | [standalone]


Page 2 of 2 — ← Prev page 1 [2]

Back to top | Article view | comp.mobile.android


csiph-web