Skip to content

m2broth/PngCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages