PSF (PhotoStudio)
From Just Solve the File Format Problem
(Difference between revisions)
Line 5: | Line 5: | ||
}} | }} | ||
'''PSF''' is a proprietary raster image file format associated with the ''ArcSoft PhotoStudio'' photo editing software. A version of PhotoStudio was included with some Canon digital cameras. | '''PSF''' is a proprietary raster image file format associated with the ''ArcSoft PhotoStudio'' photo editing software. A version of PhotoStudio was included with some Canon digital cameras. | ||
+ | |||
+ | ==File Identification== | ||
+ | '''PSF''' begin with the hex values {{magic|46 53 50 41}} or <code>FSPA</code> in ascii. The files also appear to have the a [[JPEG]] encoded within the file after the proprietary header. | ||
== Software == | == Software == | ||
Line 10: | Line 13: | ||
* [[XnView]] | * [[XnView]] | ||
* [http://www.arcsoft.com/photostudio/ ArcSoft PhotoStudio] | * [http://www.arcsoft.com/photostudio/ ArcSoft PhotoStudio] | ||
+ | * [https://archive.org/details/canon-photo-home-edition-win-mac-2000 Canon Photo Home Edition] | ||
+ | |||
+ | ==Sample File== | ||
+ | * [https://archive.org/download/canon-photo-home-edition-win-mac-2000/CanonPhoto_HomeEdition_Win-Mac_2000.iso/CPhotoH%2FContents%2FFrames%2Ffirewrks.psf Sample PSF file] | ||
== Links == | == Links == | ||
− | * [http://www.arcsoft.com/support/photostudio/faqs.html PhotoStudio FAQ] → "What is a PSF file?" | + | * [https://web.archive.org/web/20111118114851/http://www.arcsoft.com/support/photostudio/faqs.html PhotoStudio FAQ] → "What is a PSF file?" |
+ | * [https://github.com/digipres/digipres.github.io/blob/master/_sources/registries/trid/triddefs_xml/bitmap-psf.trid.xml Trid PSF definition] |
Revision as of 05:42, 31 July 2020
PSF is a proprietary raster image file format associated with the ArcSoft PhotoStudio photo editing software. A version of PhotoStudio was included with some Canon digital cameras.
Contents |
File Identification
PSF begin with the hex values 46 53 50 41
or FSPA
in ascii. The files also appear to have the a JPEG encoded within the file after the proprietary header.
Software
Sample File
Links
- PhotoStudio FAQ → "What is a PSF file?"
- Trid PSF definition