GIMP Animated Brush
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|gih}} }} '''GIMP Animated Brush''' is one of the formats used by the ''GIMP'' image editor to store a br...") |
|||
Line 5: | Line 5: | ||
}} | }} | ||
'''GIMP Animated Brush''' is one of the formats used by the ''GIMP'' image editor to store a brush or texture. It appears to be a wrapper format for multiple encapsulated [[GIMP Brush]] files. Despite its name, it would be a stretch to consider to be an animation format. | '''GIMP Animated Brush''' is one of the formats used by the ''GIMP'' image editor to store a brush or texture. It appears to be a wrapper format for multiple encapsulated [[GIMP Brush]] files. Despite its name, it would be a stretch to consider to be an animation format. | ||
+ | |||
+ | == See also == | ||
+ | * [[GIMP Brush]] | ||
+ | * [[XCF]] (for a list of other GIMP formats) | ||
== Format == | == Format == | ||
− | A '''.gih''' file apparently | + | A '''.gih''' file apparently begins with a plain text header. The first line contains the brush name. The second begins with the bits/pixel(?), then a space, then a space-separated list of attributes (such as "ncells:", "cellwidth:", "cols:"). |
== Software == | == Software == | ||
* [http://www.gimp.org GIMP] | * [http://www.gimp.org GIMP] |
Revision as of 17:41, 1 December 2013
GIMP Animated Brush is one of the formats used by the GIMP image editor to store a brush or texture. It appears to be a wrapper format for multiple encapsulated GIMP Brush files. Despite its name, it would be a stretch to consider to be an animation format.
See also
- GIMP Brush
- XCF (for a list of other GIMP formats)
Format
A .gih file apparently begins with a plain text header. The first line contains the brush name. The second begins with the bits/pixel(?), then a space, then a space-separated list of attributes (such as "ncells:", "cellwidth:", "cols:").