GIMP Pattern
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|pat}} }} '''GIMP Pattern''' is a format used by the ''GIMP'' image editor to store a pattern. It is effe...") |
(Added sample files) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 4: | Line 4: | ||
|extensions={{ext|pat}} | |extensions={{ext|pat}} | ||
}} | }} | ||
| − | '''GIMP Pattern''' is a format used by the | + | '''GIMP Pattern''' is a format used by the [[GIMP]] image editor to store a pattern. It is effectively a raster image format. |
| − | + | ||
| − | + | ||
== Identification == | == Identification == | ||
| − | The ASCII characters " | + | The ASCII characters "{{magic|GPAT}}" appear at offset 20. |
== Software == | == Software == | ||
| − | * [ | + | * [[GIMP]] |
| + | * [[Konvertor]] | ||
* [[XnView]] | * [[XnView]] | ||
| + | |||
| + | == Sample files == | ||
| + | * https://telparia.com/fileFormatSamples/image/gimpPattern/ | ||
Revision as of 03:45, 15 April 2022
GIMP Pattern is a format used by the GIMP image editor to store a pattern. It is effectively a raster image format.
Identification
The ASCII characters "GPAT" appear at offset 20.