After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 574516 - [typefind] add typefinder for photoshop .psd files
[typefind] add typefinder for photoshop .psd files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: 0.10.23
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-03-08 00:30 UTC by Jonathan Matthew
Modified: 2009-03-09 15:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add photoshop .psd typefinder (1.32 KB, patch)
2009-03-08 00:33 UTC, Jonathan Matthew
committed Details | Review

Description Jonathan Matthew 2009-03-08 00:30:27 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.
Comment 1 Jonathan Matthew 2009-03-08 00:33:59 UTC
Created attachment 130258 [details] [review]
add photoshop .psd typefinder

This works correctly for the few .psd files I have.
Comment 2 Wim Taymans 2009-03-09 15:21:41 UTC
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.