AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren
Zurück Delphi-PRAXiS Suchfunktion Ergebnis der Suchanfrage

Ergebnis der Suchanfrage


Datum des Suchindex: Heute, 00:47

Parameter dieser Suchanfrage:

Suche in Thema: How to apply color profiles to produce real color?
Suche alle Beiträge, die von "WojTec" geschrieben wurden
• Suchmethode: "Suche nach allen Begriffen"
• Nach Datum (firstpost) sortiert
• Zeige Treffer als Beiträge
Zeige 3 von insges. 3 Treffern
Suche benötigte 0.002s

Es liegen Ergebnisse in folgenden Bereichen vor:

  • Forum: Multimedia

    Re: How to apply color profiles to produce real color?

      Delphi
      by WojTec, 1. Mär 2012
    Ok, I did it with 1x1 bitmap and finally I got this:

    function CreateBitmap: TBitmap;
    begin
    Result := TBitmap.Create;
    Result.SetSize(1, 1);
    end;

    function SingleColor(const AColor: TColor): TBitmap;
    begin
  • Forum: Multimedia

    Re: How to apply color profiles to produce real color?

      Delphi
      by WojTec, 24. Feb 2012
    Ok, but should be here:

    { Input }, { Output }

    cmsDoTransform() is waiting for pointer to bitmap, if I see well in manual, I don't understand how to use it for simple color?
  • Forum: Multimedia

    How to apply color profiles to produce real color?

      Delphi
      by WojTec, 23. Feb 2012
    I'm trying get color like in Photoshop. For example for CMYK(0, 0, 100, 0) get RGB(255, 242, 0) instead FFFF00. Based on demo which is not clear for me I got something like this and don't know what next:

    var
    IntentCodes: array of cmsUInt32Number;

    procedure GetProfiles(var ACombo: TComboBox; const AColorSpace: cmsColorSpaceSignature);
    var
    Files, Descriptions: TStringList;
    Found:...


URL zu dieser Suchanfrage:

https://www.delphipraxis.net/dp_search.php?do=usersearch&search_username=WojTec&search_exact_username=1&search_sortby=dateline&search_resulttype=post&search_matchmode=0&searchthreadid=166659
Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 00:56 Uhr.
Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz