User Tag List

Page 2 of 3 FirstFirst 1 2 3 LastLast
Results 11 to 20 of 24

Thread: jpeg compression

  1. #11
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: jpeg compression

    Quote Originally Posted by neat_Kliker2
    "It will compress better and won't lose any quality."
    PNG loses quality, thats why its not a huge filesize, if it didnt lose quality it would be bitmap BMP. Like with MP3, it stores only what you can see and removes what the human eye cannot see
    Being lossless, what it actually does is remove redundant data, for example replacing Blue,Blue,Blue,Blue,Blue by 5xBlue. It's still much smaller than a raw bitmap (.bmp).

    There are lossless audio formats that do similar things, like FLAC, which is still far smaller than a raw wave (.wav) file.

  2. #12
    Clickteam Clickteam
    Anders's Avatar
    Join Date
    Jun 2006
    Location
    Denmark, Århus
    Posts
    3,456
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: jpeg compression

    Yes PNG is lossless (PNG-24)
    The PNG-8 format is lossy though, it is very similar to GIF in many ways but can't have transparency in any way.

  3. #13
    Clicker Multimedia Fusion 2 DeveloperiOS Export Module

    Join Date
    Jul 2006
    Location
    USA
    Posts
    658
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: jpeg compression

    I use PNG mostly because of it's ability to include a transparency layer (alpha channel)... I'm supposing that's the 24 bit version Andos is talking about (PNG-24).

  4. #14
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: jpeg compression

    ah right, thought png was lossy ;s

  5. #15
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: jpeg compression

    Yes, PNG is lossless data compression.

  6. #16
    No Products Registered

    Join Date
    Jul 2006
    Posts
    25
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: jpeg compression

    Quote Originally Posted by Andos
    Yes PNG is lossless (PNG-24)
    The PNG-8 format is lossy though, it is very similar to GIF in many ways but can't have transparency in any way.
    I didn't discover the PNG-8 format until recently, but unless Photoshop hacked in the functionality (which doesn't seem like something Adobe would do), PNG-8 does support transparency, as demonstrated here. Right click on it and go to View Image for a change of background.
    (Fun fact: That's a 4 color PNG-8 image. White, black, grey, and an offwhite I used as transparent. It is 156x232, losslessly compressed, and only 2.22KB. Because the image was too big, deviantART automatically created a thumbnail JPEG, which is lossily compressed but only 101x150. It's 4.27KB, though. The moral of the story? Small color palettes are our friends! And it's only lossy if the number of colors in the palette is less than the number of colors in the image.)

  7. #17
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: jpeg compression

    Actually that's not the strict definition of lossy, being paletted doesn't make it lossy, though if the original image is true colour you will obviously lose some.

    Essentially the most obvious difference is that a lossy compression format will have a quality slider in the compressor.

  8. #18
    Forum Moderator Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export Module
    Sphax's Avatar
    Join Date
    Jun 2006
    Location
    Paris, France
    Posts
    4,454
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: jpeg compression

    Or a number of colors to choose.

  9. #19
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jun 2006
    Location
    Darlington, UK
    Posts
    3,298
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: jpeg compression

    Quote Originally Posted by Sphax
    Or a number of colors to choose.
    As I said, that makes it paletted, not lossy.

    Example: If you load a jpeg (lossy) compressed at 50% quality, and save it at 75% quality, the picture will change slightly, actually reducing the quality. In fact most lossy compressors will cause the image to change even if you load and re-save it with the exact same compression options it was originally saved with.
    If you load a paletted image (eg 4-colour png) and save it with more colours (eg 8) then it will look exactly the same.

    Though I have just found a lossy PNG compressor: http://membled.com/work/apps/lossy_png/
    Which outputs a standard PNG image, just not one identical to the image passed in.

  10. #20
    No Products Registered

    Join Date
    May 2007
    Posts
    49
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: jpeg compression

    but, what type of image can i use to reduce mmf2 proccessing?

    using both jpg or png it spend the same memory when running, using the Picture Object

Page 2 of 3 FirstFirst 1 2 3 LastLast

Similar Threads

  1. File Compression
    By anticecil in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 11th July 2010, 11:48 PM
  2. MP3 compression bug
    By Zoglu in forum SWF/Flash Export Module Version 2.0
    Replies: 4
    Last Post: 22nd April 2010, 09:09 AM
  3. [Request] Advanced JPEG Object
    By Dines in forum Extension Development
    Replies: 10
    Last Post: 27th April 2009, 02:27 PM
  4. 7 zip compression?
    By LazyCoder in forum Extension Development
    Replies: 21
    Last Post: 30th April 2007, 11:47 PM
  5. Image compression
    By Bruto in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 30th June 2006, 09:04 PM

Posting Permissions

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