Search found 4 matches

by colortheorydeveloper
2012-09-11T09:34:06-07:00
Forum: Developers
Topic: Trouble retrieving information from an Embedded Profile
Replies: 5
Views: 7969

Re: Trouble retrieving information from an Embedded Profile

Some of the built-in CImage libraries have capabilities it seems to pull an embedded profile out of a TIFF, but not JPEG. At least not directly. As previous hinted at, I could do a conversion and pull a profile out, but in real-time swiping between images, doing conversions all the time from image ...
by colortheorydeveloper
2012-09-07T11:20:51-07:00
Forum: Developers
Topic: Trouble retrieving information from an Embedded Profile
Replies: 5
Views: 7969

Re: Trouble retrieving information from an Embedded Profile

Not really sure what you are getting at with that suggestion. I believe that the ImageMagick library will be capable of pulling out a profile at the command line at the PC level, but I can't get it to remove a profile at the Mobile operating system on iOS. I have been trying to use the MagickWand ...
by colortheorydeveloper
2012-09-06T09:09:49-07:00
Forum: Developers
Topic: Trouble retrieving information from an Embedded Profile
Replies: 5
Views: 7969

Re: Trouble retrieving information from an Embedded Profile

I haven't been able to make any progress on this. I had to make sure that I was indeed using an image with a color profile. One thought that came up was that perhaps if there was only an AdobeRGB or sRGB profile in there that it wouldn't show up in the variable as a profile. Perhaps it would just be ...
by colortheorydeveloper
2012-09-04T13:35:56-07:00
Forum: Developers
Topic: Trouble retrieving information from an Embedded Profile
Replies: 5
Views: 7969

Trouble retrieving information from an Embedded Profile

I am currently attempting to get ahold of an embedded profile from within an image using the MagickWand API, but to no avail. I am not even sure if it is seeing the profiles there at all. They definately show up in the images when they are loaded up in any standard image processing application such ...