VIPS
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
(samples) |
||
Line 17: | Line 17: | ||
** Download: [http://www.vips.ecs.soton.ac.uk/index.php?title=Supported Releases] · [http://www.vips.ecs.soton.ac.uk/index.php?title=Development Development] | ** Download: [http://www.vips.ecs.soton.ac.uk/index.php?title=Supported Releases] · [http://www.vips.ecs.soton.ac.uk/index.php?title=Development Development] | ||
* [[ImageMagick]] (starting with v6.8.9-1) | * [[ImageMagick]] (starting with v6.8.9-1) | ||
+ | |||
+ | == Sample files == | ||
+ | * {{DexvertSamples|image/vips}} | ||
== Links == | == Links == | ||
* [http://www.vips.ecs.soton.ac.uk/index.php?title=VIPS VIPS website] | * [http://www.vips.ecs.soton.ac.uk/index.php?title=VIPS VIPS website] | ||
* [[Wikipedia:VIPS (software)|Wikipedia: VIPS]] | * [[Wikipedia:VIPS (software)|Wikipedia: VIPS]] |
Latest revision as of 13:19, 22 August 2025
VIPS file format is a raster image format associated with the VIPS image processing library.
Contents |
[edit] Identification
Files begin with signature bytes B6 A6 F2 08
.
[edit] Specifications
[edit] Software
- libvips and nip2
- Download: Releases · Development
- ImageMagick (starting with v6.8.9-1)