c++ - Importing and looping through a PNG image to check for transparency -


i write cpp code able take in png file, scan through pixels , identify transparent pixels are.

i tried doing cimg, didn't work out cimg supports rgb channels. after installing image magick, 4th channel not giving me right values.

anyone can suggest library use?


Comments

Popular posts from this blog

Java sticky instances of class com.mysql.jdbc.Field aggregating -