/png.h

A pixicog namespace for pixicog::Image <--> PNG

Primary LanguageC++

Pixicog PNG

a namespace for Image <--> PNG

Docs

save

Saves a pixicog::Image to a local file

Parameters

  • imgPtr {&Image} - the image to be saved
  • filepath {std-string} - the file to write to

open

Opens a local file png and fills an image

Parameters

  • imgPtr {&Image} - the image to be filled
  • filepath {std-string} - the file to be opened