Results 1 to 14 of 14

Thread: JPEG viewing loses info?

  1. #1

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860

    JPEG viewing loses info?

    I just had an interesting conversation with a photographer. She said that JPEGs lose bits of information everytime you open/close them (wether or not you save). I was skeptical but she's been using them more than me...

    Anyone have any information on this? (I would assume JPEGs only lose info if you modify them, due to compression)
    Don't pay attention to this signature, it's contradictory.

  2. #2
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    I havn't studied lossless compression that much...but it sounds werid....if you open up a file and then don't save it...it will be the exact same information you are reading the next time you open it up....so I guess she is wrong....

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: JPEG viewing loses info?

    Originally posted by alkatran
    I just had an interesting conversation with a photographer. She said that JPEGs lose bits of information everytime you open/close them (wether or not you save). I was skeptical but she's been using them more than me...

    Anyone have any information on this? (I would assume JPEGs only lose info if you modify them, due to compression)
    I'll bet she'll also tell you that the more data you add, the heavier a laptop gets.

    Btw, is she blonde?

  4. #4

    Thread Starter
    Fanatic Member alkatran's Avatar
    Join Date
    Apr 2002
    Location
    Canada
    Posts
    860
    Apparently she heard it at some meeting for something. So there's a group of people who believe this now..!!!
    Don't pay attention to this signature, it's contradictory.

  5. #5
    Frenzied Member
    Join Date
    Jul 1999
    Posts
    1,800
    A lot of web site banners are jpegs, and they get thousands of views per day, and not much loss of data there. sounds like a bunch of bull

  6. #6
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Maybe that is why they have started to use flash here at this site..

  7. #7
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Originally posted by NoteMe
    I havn't studied lossless compression that much...but it sounds werid....if you open up a file and then don't save it...it will be the exact same information you are reading the next time you open it up....so I guess she is wrong....
    thats lossy compression note, not lossless
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  8. #8
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Din lille snørrunge........



    PS: I am glad I looked that one up...


    After creating the JPEG standard described above, the committee started to look at some of the criticisms of the existing standard. High amongst these was the poor quality (and lack of integration) of lossless coding in the standard. With this in mind, the committee developed the JPEG-LS standard - ISO/IEC IS 14495-1 | ITU-T Recommendation T.87.
    from the JPEG.org site...

    http://www.jpeg.org/jpeg/index.html

  9. #9
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: JPEG viewing loses info?

    Originally posted by alkatran
    I just had an interesting conversation with a photographer. She said that JPEGs lose bits of information everytime you open/close them (wether or not you save). I was skeptical but she's been using them more than me...

    Anyone have any information on this? (I would assume JPEGs only lose info if you modify them, due to compression)
    What happens if the JPEG is on a CD

    I've heard that opening a JPEG and saving it (even if no changes made) cuases the compression algorithm to be run on the file each time thereby compressing an aleardy compressed file and hence the loss of detail.

    This is why you should edit and save your image in TIFF format or similar and then only save it as a jpeg when you are done. Keeping a copy of tthe old TIFF image of course.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  10. #10
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Thats true...that I can agree on...but if you have more then one layer TIFF won't do....use the file format of the image application you are using...that one will save it all, but not be very portable...

  11. #11
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221

    Re: Re: JPEG viewing loses info?

    Originally posted by visualAd
    What happens if the JPEG is on a CD

    I've heard that opening a JPEG and saving it (even if no changes made) cuases the compression algorithm to be run on the file each time thereby compressing an aleardy compressed file and hence the loss of detail.

    This is why you should edit and save your image in TIFF format or similar and then only save it as a jpeg when you are done. Keeping a copy of tthe old TIFF image of course.
    that depensd on the application. PSP for instance allows you to save the image to disk leaving the image intact in memory. Nevertheless if you want to do changes later on, its better to use a lossless format.
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  12. #12
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    Originally posted by NoteMe
    Din lille snørrunge........



    PS: I am glad I looked that one up...




    from the JPEG.org site...

    http://www.jpeg.org/jpeg/index.html
    whatever we were talking about lossy compression here, not lossless, even though jpeg has both
    Use
    writing software in C++ is like driving rivets into steel beam with a toothpick.
    writing haskell makes your life easier:
    reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
    To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.

  13. #13
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906
    :shuts up:
    :and will now stop pretending he knows what these guys are talking about:
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  14. #14
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Hehe...to both of you...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width