Results 1 to 4 of 4

Thread: How to reduce PNG size

  1. #1
    Join Date
    May 2009
    Posts
    2,865

    How to reduce PNG size

    Some times i create graphics for web, and while doing that i prefer the PNG format images. but due to its huge size, the loading time increases. So i need any way to reduce PNG size either manually or using any third party application. Do you guys have any best suggestion of doing that ? please help.

  2. #2
    Join Date
    Jan 2008
    Posts
    3,755

    Re: How to reduce PNG size

    PNG format images are good enough for creating graphics on the web including cliparts, buttons, headers, footers, borders and so on. In order to reduce or compress the PNG file size, You can use a handy utility called as PNGOut. It optimizes the size of .PNG files. It is really very useful at the end of a project to just drag all the PNGs from a folder into the app, get them shrunk, and then upload to the live server. It can optimize almost all .PNG files on the .website. It can be run from the Windows Run dialog box or at the command prompt. i have some useful tips for using PNGOut:

    • /d# : select the color bit depth: {0(minimize),1,2,4,8}
    • /s# : select strategy: {0(default),1,2,3,4}
    • /k# : keep or remove ancillary (optional) chunks.
    • /c# : select the color type: {0,2,3,4,6}
    • /f# : select the filter type: {0,1,2,3,4,5}


    Download PNGout

  3. #3
    Join Date
    May 2008
    Posts
    3,316

    Re: How to reduce PNG size

    You can also compress PNG files easily using OptiPNG. OptiPNG is a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections. OptiPNG sometimes produce 50% smaller output and it runs faster.The PNG compression works in a pipeline manner.

    In the first stage, the image pixels are passed through a lossless arithmetic transformation named delta filtering, or simply filtering, and sent further as a (filtered) byte sequence. Filtering does not compress or otherwise reduce the size of the data, but it makes the data more compressible.

    In the second stage, the filtered byte sequence is passed through the Ziv-Lempel algorithm (LZ77), producing LZ77 codes that are further compressed by the Huffman algorithm in the third and final stage. The combination of the last two stages is referred to as the Deflate compression, a widely-used, patent-free algorithm for universal, lossless data compression. The maximum size of the LZ77 sliding window in Deflate is 32768 bytes, and the LZ77 matches can be between 3 and 258 bytes long.


    Download OptiPng from the attachment with this post

  4. #4
    Join Date
    Apr 2008
    Posts
    4,088

    Re: How to reduce PNG size

    When i was in search of a tool for doing the same job, i tried PDF Compress 1.00 and find it very useful for me. Reduce the actual size of PDF files by compressing text and graphics.Compressed PDF files may be opened and viewed normally by all Adobe Acrobat Reader's versions. You can download PDF Compress 1.00 from here.

Similar Threads

  1. How can I reduce size of PST file?
    By Betelgeuse in forum Windows Software
    Replies: 6
    Last Post: 30-09-2013, 11:59 AM
  2. How to reduce the screen size of a projector
    By Unerring in forum Monitor & Video Cards
    Replies: 4
    Last Post: 24-08-2013, 12:31 PM
  3. Reduce size of many pictures simultaneously
    By Fawiza in forum Windows Software
    Replies: 5
    Last Post: 21-08-2011, 09:37 AM
  4. How can i reduce the size of taskbar in Windows 7?
    By teena_pansare in forum Operating Systems
    Replies: 4
    Last Post: 04-01-2010, 10:49 PM
  5. Reduce Size of .wmv file
    By Scott2580 in forum Windows XP Support
    Replies: 3
    Last Post: 17-12-2008, 08:10 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,727,093,413.89003 seconds with 17 queries