Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 363 Bytes

File metadata and controls

13 lines (9 loc) · 363 Bytes

PngCleaner

Strip provided private chunks from PNG file. Just run the "clean" static method. This method accepts next params:

  • source PNG file
  • destination PNG file
  • list of chunk types to remove

ex. PngCleanr::clean('/home/user/Documents/huge.png', '/home/user/Documents/clean.png', ['mkBS']);

First time the cleaner supports only Adobe Fireworks chunks.