XV thumbnail
From Just Solve the File Format Problem
				
								
				(Difference between revisions)
				
																
				
				
								
				 (Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics }} '''XV thumbnail''' is an image file format used by the ''XV'' image viewer for its thumbnail cache. The color format is...")  | 
			m (→Identification)  | 
			||
| Line 8: | Line 8: | ||
Files begin with ASCII text "<code>P7 332</code>", followed by a newline.  | Files begin with ASCII text "<code>P7 332</code>", followed by a newline.  | ||
| − | Note that they could easily be   | + | Note that they could easily be misidentified as [[PAM (Portable Arbitrary Map)|PAM format]].  | 
== Specifications ==  | == Specifications ==  | ||
Revision as of 16:36, 7 December 2013
XV thumbnail is an image file format used by the XV image viewer for its thumbnail cache. The color format is 8 bits/pixel RGB 3-3-2.
Identification
Files begin with ASCII text "P7 332", followed by a newline.
Note that they could easily be misidentified as PAM format.
Specifications
The format is described in a "THUMBNAIL FILE FORMAT" comment in the xvbrowse.c file from the XV source distribution (v3.10a, at least).