Also from a FOSS perspective, PNG was built from the ground up as an open format. TIFF I think has opened up, but once upon a time it was patent encumbered to a degree, like GIF.<br><br>Upon further research I have learned that (at least in GIMP) you can save TIFFs using the same compression algorithm as PNG, and file size difference between the two will he negligible.<br><br>There may be some uses for saving pictures in TIFF format that I'm not aware of, I would do some research.<br><br>One important thing: most modern web browser support viewing PNG natively. Most web browser do NOT support TIFF, including the latest versions of Firefox and Chromium. If you want to post pictures on a website, PNG is the better choice.<br><br>Cheers,<br><br>Matt<br><br><br>Sent from <a href="https://protonmail.com">ProtonMail</a>, Swiss-based encrypted email.<br><br><br><br><br><br>-------- Original Message --------<br>On Nov 12, 2017, 06:53, Matthew Crews < mailinglists@mattcrews.com> wrote:<blockquote class="protonmail_quote"><br><html><head></head><body>TIFF is basically a bitmap format (1 pixel = 1 byte per color value, so 1 pixel = 3 bytes for a 24-bit image). TIFF does have a compression option,
<br>
<br>PNG is a lossless compression, not unlike a ZIP archive, but with an efficient compression algorithm. Though not a perfect analogy, 1 pixel <= 3 bytes. PNG also supports an alpha layer (transparency), which isn't important unless you want it to be.
<br>
<br>For example, I just took a screenshot of my desktop. Screen resolution is 1920x1080 @ 32-bit, so 8,294,400 bytes of pixel information are required (1920x1080 pixels * 4 bytes per pixel (RGB values + alpha value)) . The corresponding PNG came out to 1,969,094 bytes, whereas an equivalent TIFF with built-in compression is 2,371,201 bytes. An uncompressed TIF is 8,294,843 bytes, slightly larger than the raw pixel information.
<br>
<br>There may be use cases where TIF is a better option, but for the lay person, PNG is better.
<br>
<br>Cheers,
<br>
<br>-Matt
<br>
<br>
<br>
<br>Sent from ProtonMail, Swiss-based encrypted email.
<br>
<br>
<br>>-------- Original Message --------
<br>>Subject: png or tiff
<br>>Local Time: November 12, 2017 6:28 AM
<br>>UTC Time: November 12, 2017 1:28 PM
<br>>From: bmike1@gmail.com
<br>>To: PLUG <plug-discuss@lists.phxlinux.org>
<br>>
<br>>it was recommended to me to save lossless pictures as PNG. why not TIFF?
<br>>
<br>>-- 
<br>>:-)~MIKE~(-:
<br>>
<br>---------------------------------------------------
<br>PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
<br>To subscribe, unsubscribe, or to change your mail settings:
<br>http://lists.phxlinux.org/mailman/listinfo/plug-discuss</plug-discuss@lists.phxlinux.org></body></html></div>