Farbfeld

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
m (Change telparia.com samples link to template)
 
(3 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|subcat=Graphics
 
|subcat=Graphics
 
|extensions={{ext|ff}}
 
|extensions={{ext|ff}}
 +
|pronom={{PRONOM|fmt/1133}}
 
|released=2016
 
|released=2016
 
}}
 
}}
Line 14: Line 15:
 
Start with header, and then data. Header consist of ASCII text "<code>farbfeld</code>", and then 32-bit width, and then 32-bit height. Data is starting top left corner and going right, each pixel is: 16-bits red, 16-bits green, 16-bits blue, 16-bits alpha. All numbers are unsigned big-endian.
 
Start with header, and then data. Header consist of ASCII text "<code>farbfeld</code>", and then 32-bit width, and then 32-bit height. Data is starting top left corner and going right, each pixel is: 16-bits red, 16-bits green, 16-bits blue, 16-bits alpha. All numbers are unsigned big-endian.
  
== See also ==
+
== Software ==
 +
* [https://tools.suckless.org/farbfeld/ farbfeld] reference software
 
* [[Farbfeld Utilities]]
 
* [[Farbfeld Utilities]]
 +
* [[ImageMagick]], as of v7.0.10-45
 +
* {{Deark}}
 +
* [http://snisurset.net/code/abydos/ abydos]
 +
 +
== Sample files ==
 +
* {{DexvertSamples|image/farbfeld}}
  
 
== Links ==
 
== Links ==
* [http://tools.suckless.org/farbfeld/ farbfeld website]
+
* [https://tools.suckless.org/farbfeld/ farbfeld website]
  
 
{{DISPLAYTITLE:farbfeld}}
 
{{DISPLAYTITLE:farbfeld}}

Latest revision as of 02:56, 28 December 2023

File Format
Name farbfeld
Ontology
Extension(s) .ff
PRONOM fmt/1133
Released 2016

farbfeld is a simple uncompressed raster graphics format (for use with pipes). It supports 16 bits/sample RGBA color.

Contents

[edit] Identification

Files begin with ASCII "farbfeld".

[edit] Description

Start with header, and then data. Header consist of ASCII text "farbfeld", and then 32-bit width, and then 32-bit height. Data is starting top left corner and going right, each pixel is: 16-bits red, 16-bits green, 16-bits blue, 16-bits alpha. All numbers are unsigned big-endian.

[edit] Software

[edit] Sample files

[edit] Links


Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox