Questions tagged [netpbm]

Netpbm is a toolkit for manipulation of graphic images, including conversion of images between a variety of different formats

From the official project site at sourceforge:

Netpbm consists of over 300 separate tools including converters for about 100 graphics formats. The package is intended to be portable to many platforms. It has, at least at one time, been tested under various Unix-based systems, Windows, Mac OS X, VMS and Amiga OS. The maintainer uses and builds it on a platform that consists (in relevant part) mainly of GNU software (you probably know this kind of system by the name "Linux").

The goal of Netpbm is to be a single source for all the primitive graphics utilities, especially converters, one might need. So if you know of some freely redistributable software in this vein which is not in the package yet, you should bring it to the attention of the Netpbm maintainer so it can be included in the next release.

Netpbm does not contain interactive tools and doesn't have a graphical interface.

17 questions
-1
votes
1 answer

how to extract the number of column and the number of row from size of an image

I have to extract a pgm image. All I have is a size of the whole PGM image which is 505 I tried to extract the number of row and number of column from that image. int size = 505; At the beginning, I think Number of column should be int col =…
SunnyTrinh
  • 67
  • 2
  • 10
-2
votes
1 answer

How to copy, paste and flip horizontally and vertically many images?

Basically, I have 500+ images which I need to modify in exactly the same way. I have images like this . And I need to copy the left side of the image, more precisely the rectangle which dimensions are 645x999 pixels, paste it, flip it diagonally and…
Juan David
  • 25
  • 5
1
2