pylon for Linux Image Class: Supported Image Formats#
The image class of pylon for Linux currently supports TIFF and PNG formats.
If you want to save images in other formats, QT Image class seems to be a good alternative. It supports the following formats:
| Format | 説明 | QT's Support |
|---|---|---|
| BMP | Windows Bitmap | Read/write |
| GIF | Graphic Interchange Format (optional) | 読み取り |
| JPG | Joint Photographic Experts Group | Read/write |
| JPEG | Joint Photographic Experts Group | Read/write |
| PNG | Portable Network Graphics | Read/write |
| PBM | Portable Bitmap | 読み取り |
| PGM | Portable Graymap | 読み取り |
| PPM | Portable Pixmap | Read/write |
| TIFF | Tagged Image File Format | Read/write |
| XBM | X11 Bitmap | Read/write |
| XPM | X11 Pixmap | Read/write |
This sample code demonstrates the use of the pylon image and QT Image classes.