Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 353 Bytes

png_transform

Envirenement :

  • linux

dependecy :

  • dependencies on libpng (>=1.6)
  • imagemagick

The program apply transformation to png image. we can choose bethwen to transformation : - set red value to 0 and green value to the blue one - Apply weight 0.5 for red, 0.8 for green and 1 for blue

you add other transformation if you want.