mcwhittemore / png.h

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C++ 94.4%Language:Makefile 5.6%