GNOME Bugzilla – Bug 574516
[typefind] add typefinder for photoshop .psd files
Last modified: 2009-03-09 15:21:41 UTC
Typefind currently fails to provide a stream type for Photoshop .psd files. They're simple to detect with little chance of false positives. See table 10-4 in this format spec: http://www.fileformat.info/format/psd/spec/f6dbfd903e824c95a1337dab77acae0f/download shared-mime-info uses the mime type 'image/vnd.adobe.photoshop' for this file type.
Created attachment 130258 [details] [review] add photoshop .psd typefinder This works correctly for the few .psd files I have.
commit db7ecda64f274e4d6b1c8138f567f1448652d199 Author: Jonathan Matthew <notverysmart at gmail dot com> Date: Mon Mar 9 16:19:40 2009 +0100 typefind: add photoshop typefind functions Add photoshop typefind functions. Fixes #574516.