[ 原始碼: openimageio ]
套件:openimageio-tools(2.5.16.0+dfsg-1)
openimageio-tools 的相關連結
Debian 的資源:
下載原始碼套件 openimageio:
- [openimageio_2.5.16.0+dfsg-1.dsc]
- [openimageio_2.5.16.0+dfsg.orig.tar.xz]
- [openimageio_2.5.16.0+dfsg-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [www.openimageio.org]
相似套件:
Library for reading and writing images - command line tools
OpenImageIO is a library for reading and writing images, and a bunch of related classes, utilities, and applications. Main features include:
* Extremely simple but powerful ImageInput and ImageOutput APIs for reading and writing 2D images that is format agnostic -- that is, a "client app" doesn't need to know the details about any particular image file formats. Specific formats are implemented by DLL/DSO plugins.
* Format plugins for TIFF, JPEG/JFIF, OpenEXR, PNG, HDR/RGBE, Targa, JPEG-2000, DPX, Cineon, FITS, BMP, ICO, RMan Zfile, Softimage PIC, DDS, SGI, PNM/PPM/PGM/PBM, Field3d, WebP. More coming! The plugins are really good at understanding all the strange corners of the image formats, and are very careful about preserving image metadata (including Exif, GPS, and IPTC data).
* An ImageCache class that transparently manages a cache so that it can access truly vast amounts of image data (thousands of image files totaling hundreds of GB) very efficiently using only a tiny amount (tens of megabytes at most) of runtime memory. Additionally, a TextureSystem class provides filtered MIP-map texture lookups, atop the nice caching behavior of ImageCache.
* Several image tools based on these classes, including iinfo (print detailed info about images), iconvert (convert among formats, data types, or modify metadata), idiff (compare images), igrep (search images for matching metadata). Because these tools are based on ImageInput/ImageOutput, they work with any image formats for which ImageIO plugins are available.
* A really nice image viewer, iv, also based on OpenImageIO classes (and so will work with any formats for which plugins are available).
* Supported on Linux, OS X, and Windows.
* All available under the BSD license, so you may modify it and use it in both open source or proprietary apps.
This package contains command line tools, including iv image viewer.
其他與 openimageio-tools 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.35)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libgcc-s1 (>= 3.0)
- GCC 支援函式庫
-
- dep: libimath-3-1-29t64 (>= 3.1.12)
- Utility libraries from ASF used by OpenEXR - runtime
-
- dep: libopenexr-3-1-30 (>= 3.1.5)
- runtime files for the OpenEXR image library
-
- dep: libopengl0
- Vendor neutral GL dispatch library -- OpenGL support
-
- dep: libopenimageio2.5 (>= 2.5.16.0+dfsg)
- Library for reading and writing images - runtime
-
- dep: libqt5core5t64 (>= 5.15.1)
- Qt 5 core module
-
- dep: libqt5gui5t64 (>= 5.6.0~beta)
- Qt 5 GUI module
- 或者 libqt5gui5-gles (>= 5.6.0~beta)
- Qt 5 GUI module — OpenGL ES variant
-
- dep: libqt5widgets5t64 (>= 5.4.0)
- Qt 5 widgets module
-
- dep: libstdc++6 (>= 14)
- GNU Standard C++ Library v3