Farbfeld

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Added sample files and software that can open them)
Line 16: Line 16:
  
 
== Software ==
 
== Software ==
 +
* [https://tools.suckless.org/farbfeld/ farbfeld] reference software
 +
* [[Farbfeld Utilities]]
 +
* [[ImageMagick]], as of v7.0.10-45
 
* {{Deark}}
 
* {{Deark}}
 
* [http://snisurset.net/code/abydos/ abydos]
 
* [http://snisurset.net/code/abydos/ abydos]
 
== See also ==
 
* [[Farbfeld Utilities]]
 
  
 
== Sample files ==
 
== Sample files ==
Line 26: Line 26:
  
 
== Links ==
 
== Links ==
* [http://tools.suckless.org/farbfeld/ farbfeld website]
+
* [https://tools.suckless.org/farbfeld/ farbfeld website]
  
 
{{DISPLAYTITLE:farbfeld}}
 
{{DISPLAYTITLE:farbfeld}}

Revision as of 13:48, 9 December 2020

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

Identification

Files begin with ASCII "farbfeld".

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.

Software

Sample files

Links


Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox