Result for 817C074B64FF6D8A3F61EA94AB70DA2729C20073

Query result

Key Value
FileName./usr/share/doc/python-openimageio/changelog.Debian.mipsel.gz
FileSize255
MD5F229B5C506B2E37377CF6AECF4C923F5
SHA-1817C074B64FF6D8A3F61EA94AB70DA2729C20073
SHA-2567495EA9DBF7574166A437AF75C02C818F972F83C96A46743D6AFA4AF2ACC63D3
SSDEEP6:XtXLqKB/4mByY8AL57a4igV/UDMJM0ayw6BPC2WftfSAF/mwGhyNlgT1e9B:XNX4mwY8Cl5/aMC09ZdWHmwKg9B
TLSHT1FBD0755665407C43C0140383F0DB04BA2C361300C00A034DC8DC85C101033724D838DC
hashlookup:parent-total4
hashlookup:trust70

Network graph view

Parents (Total: 4)

The searched file hash is included in 4 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize385846
MD5CE8A1E0F62D813BB63F975F9FBD84CF3
PackageDescriptionLibrary 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.
PackageMaintainerDebian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
PackageNameopenimageio-tools
PackageSectiongraphics
PackageVersion1.6.17~dfsg0-1+b3
SHA-1E00D843D6D5A66EE698060DCCAD4E9B7514D3B38
SHA-256DD904E4297F1F3CCA45E18DC8669B31C02FB1B3A0A7BC073EA44E1AD60159D62
Key Value
FileSize255688
MD5F65330EF51DF3EE767E85AC54C20BAF5
PackageDescriptionLibrary for reading and writing images - development 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 the static library and headers for building programs that use libOpenImageIO.
PackageMaintainerDebian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
PackageNamelibopenimageio-dev
PackageSectionlibdevel
PackageVersion1.6.17~dfsg0-1+b3
SHA-170981DA9B840DA9A1D1EE6E71F55BD46A1AE65AA
SHA-256167F88C840633860A51BC437E59088A8E3327DDED0E2CFD0DCB24FC40281287C
Key Value
FileSize350150
MD59E9C0AC3EBB55E0E4C18259857E72E25
PackageDescriptionLibrary for reading and writing images - Python bindings 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 provides Python bindings to the OpenImageIO library.
PackageMaintainerDebian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
PackageNamepython-openimageio
PackageSectionpython
PackageVersion1.6.17~dfsg0-1+b3
SHA-10080D187A30F52758D7B3963C3F62A0C50FA0E1D
SHA-2560B48777292F640C6F12155B19C8738F1FC6DF3D983630CCA56E7E21676EA385A
Key Value
FileSize1447254
MD541692DA1D113B8317B3E000B846CD8CB
PackageDescriptionLibrary for reading and writing images - runtime 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 the runtime library for building programs that use libOpenImageIO.
PackageMaintainerDebian PhotoTools Maintainers <pkg-phototools-devel@lists.alioth.debian.org>
PackageNamelibopenimageio1.6
PackageSectionlibs
PackageVersion1.6.17~dfsg0-1+b3
SHA-1618BBEC25246A4444AF9E03D2B92542CEF1F0E35
SHA-2561B2915E6B26AFC431DAE3BAC4771296221DC7BEB104C0550E1414491CED05D40