-
pnm is similar to tiff. both are faster than png
-
[Netpbm](https://en.wikipedia.org/wiki/Netpbm) defines a set of plaintext and binary file types which can be converted into images, as an example:
```
P3
1 1
255
255 0 0
```
> ImageMagick's…
-
Gentoo CI noticed a [test suite failure](https://bugs.gentoo.org/907259) on musl
Out of curiosity I tried to reproduce it and indeed can do so (with 4.2.2 and also the latest 4.2.4), which is odd a…
-
El logo actual de PyCon Panamá necesita una corrección en la tilde de "Panamá". Las tareas incluyen:
- [x] Diseñar el logo con la tilde correcta. Grace
- [ ] Actualizar el logo en todos los materi…
-
Issue is in the title. Consumer will read PDFs and PNGs but is ignoring the default file "PNM" that my Brother scanner is creating in Ubuntu. The files aren't corrupted, and there isn't any message in…
-
[2JohnC1V3.zip](https://github.com/atiksoftware/Portable-Viewer/files/11443057/2JohnC1V3.zip)
-
See #49.
Should support:
- Monochrome -> PBM (optionally PAM)
- Gray -> PGM (optionally PAM)
- RGB -> PPM (optionally PAM)
- Anything else -> PAM
-
[OpenImageIO supported formats](https://openimageio.readthedocs.io/en/v2.5.15.0/builtinplugins.html) through plugins, via command [iconvert](https://openimageio.readthedocs.io/en/v2.5.15.0/iconvert.ht…
-
```
I know it's not, because when I go:
echo 'P2 4 1 3 0 1 2 3' | ./png.py
I get a traceback ending:
NotImplementedError: file format P2 not supported
I know that PNM conversion was really only a d…
-
Hi,
The scanner is connected via ethernet cable.
```
device `brother4:net1;dev0' is a Brother *DCP-B7520W Brother_DCP-B7520DW_series
```
When I use in `scripts/scantofile.sh`:
```
scan_…