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 618765 - Taglib# does not read color profiles
Taglib# does not read color profiles
Status: RESOLVED WONTFIX
Product: f-spot
Classification: Other
Component: Metadata
GIT
Other Linux
: Normal normal
: 0.9.0
Assigned To: F-spot maintainers
F-spot maintainers
gnome[unmaintained]
Depends on:
Blocks: f-spot-taglib
 
 
Reported: 2010-05-16 08:30 UTC by Ruben Vermeersch
Modified: 2018-07-01 09:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Ruben Vermeersch 2010-05-16 08:30:11 UTC
Come up with the equivalent of this:

    public Cms.Profile GetProfile ()
    {
        Marker m = FindMarker (IccProfileSignature);
        string name = IccProfileSignature.Name;
        try {
            if (m != null)
                return new Cms.Profile (m.Data, name.Length, m.Data.Length - name.Length);
        } catch (System.Exception e) { 
            System.Console.WriteLine (e);
        }
        
        FSpot.Tiff.Header exif = GetExifHeader ();
        if (exif != null) 
            return exif.Directory.GetProfile ();

        return null;
    }  

Preferably without introducing an lcms dependency in Taglib#. Should be doable by exposing it as a byte array.
Comment 1 André Klapper 2018-07-01 09:01:35 UTC
f-spot is not under active development anymore, has not seen code changes for five years, and saw its last tarball release in the year 2010.
Its codebase has been archived: https://gitlab.gnome.org/Archive/f-spot/commits/master

Closing this report as WONTFIX as part of Bugzilla Housekeeping to reflect reality. Please feel free to reopen this ticket (or rather transfer the project to GNOME Gitlab, as GNOME Bugzilla is deprecated) if anyone takes the responsibility for active development again.