Most voted "pgm" questions
Portable Graymap (PGM) refers to an image format used especially for grayscale images, which can be specified in ASCII or binary format.
Learn more…2 questions
Sort by count of
-
4
votes1
answer87
viewsQvector to Qimage
I have to turn one QVector 2d in a QImage to display the image on a label. The QVector in the case of an array of integers with a value of 0 to 255 representing an image in PGM or PPM, this vector…
-
3
votes1
answer3048
viewsRotate PPM image by 90 degrees in C
Well, I’m trying to spin 90° an image in PPM Nxm format in C language and I’m not finding a way to do that. The program reads the image of an external file and ends up creating another, both in PPM…