Softimage PIC
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
(Added sample files) |
||
Line 20: | Line 20: | ||
* [https://github.com/nothings/stb/blob/master/stb_image.h stb_image] | * [https://github.com/nothings/stb/blob/master/stb_image.h stb_image] | ||
* [http://paulbourke.net/dataformats/softimagepic/ Softimage "pic" file converter] | * [http://paulbourke.net/dataformats/softimagepic/ Softimage "pic" file converter] | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/image/softimage/ | ||
== Links == | == Links == |
Revision as of 01:26, 22 July 2022
Softimage PIC is a raster graphics format associated with the Softimage 3D graphics software.
See Softimage for related formats.
Contents |
Identification
PIC files begin with bytes 53 80 f6 34
, and have ASCII "PICT
" at offset 88.