Search found 19 matches

by BCWGuy
Fri Sep 09, 2016 4:11 pm
Forum: General discussions
Topic: Latest gdPicture.Net 12 with Delphi Seattle
Replies: 3
Views: 13346

Re: Latest gdPicture.Net 12 with Delphi Seattle

Thanks for the reply. I located the GdPicture_NET_12_TLB.pas file in the demos and tried that. But now, in Delphi's 'Install Packages' form, when I highlight the gdPicture.bpl file which was installed using the replaced PAS file, there are no components listed. I also can't locate any components in ...
by BCWGuy
Thu Sep 08, 2016 3:45 pm
Forum: General discussions
Topic: Latest gdPicture.Net 12 with Delphi Seattle
Replies: 3
Views: 13346

Latest gdPicture.Net 12 with Delphi Seattle

I downloaded the latest trial for gdPicture.Net 12 on 9/7/2016 (12.0.0.33?) and set it up in Delphi Seattle. My first problem was the GdPicture_NET_12_TLB.pas file contained the following code: TControlData2(CControlData).FirstEventOfs := UIntPtr(@@FOnViewerDoubleClick ) - UIntPtr( Self ); I modifie...
by BCWGuy
Thu Oct 22, 2015 6:07 pm
Forum: Example requests & Code samples
Topic: Need ICC Profile conversion
Replies: 3
Views: 3147

Re: Need ICC Profile conversion

Thank your for replying Loic, I have tried various things from the reference guide. While your link describes attaching a profile (and the link), what I am looking for is not just that. I am trying to transform an image from one profile to another, like the Photoshop 'Convert to Profile' operation. ...
by BCWGuy
Wed Oct 21, 2015 9:54 pm
Forum: Example requests & Code samples
Topic: Need ICC Profile conversion
Replies: 3
Views: 3147

Re: Need ICC Profile conversion

Sorry for bumping this message, but it seems like it should be a pretty simple code example. Summary: I want to convert a TIF file with an embedded AdobeRGB profile into a TIF file with an sRGB profile, the same way that 'convert to profile' works in Photoshop. Note this isn't a simple 'assign profi...
by BCWGuy
Thu Oct 01, 2015 10:15 pm
Forum: Example requests & Code samples
Topic: Need ICC Profile conversion
Replies: 3
Views: 3147

Need ICC Profile conversion

I looked at this several years ago, and am again trying to evaluate gdPicture.Net for 1 specific task. If possible, I would like a code sample, as my experiments don't seem to be going too well. Task: Convert TIF file with embedded AdobeRGB ICC profile to embedded sRGB ICC profile. This operation wo...
by BCWGuy
Wed Aug 14, 2013 2:08 pm
Forum: Image Processing & Document Imaging
Topic: Converting with ICC Profile
Replies: 7
Views: 8572

Re: Converting with ICC Profile

Thanks again for your assistance. I've had some time to test out gdPicture.Net 10 beta for our needs. In regards to my initial question: How to convert (not just assigned) from one profile to another, I'm still not sure how to do it. I see the same methods available for adding or removing a profile,...
by BCWGuy
Thu Jun 13, 2013 9:02 pm
Forum: Image Processing & Document Imaging
Topic: Color changes on Resize operation
Replies: 10
Views: 7194

Re: Color changes on Resize operation

Thank you, that image looks great. So I assume that version 10 will be our big helper. Just as a side note, as you may have noticed I am excruciatingly detail-oriented: The image you posted was actually larger 2400 pixels, where my code was reducing the dimension by 1. I assume that your code was es...
by BCWGuy
Thu Jun 13, 2013 8:10 pm
Forum: Image Processing & Document Imaging
Topic: Color changes on Resize operation
Replies: 10
Views: 7194

Re: Color changes on Resize operation

My apologies, I had downloaded the thumb, and not the image available when you click the image you posted. As you said, that image does have the ICC profile attached. However, yours was not the resized image, as it was still 2400 pixels high. My sample code created something called "ColorTestPr...
by BCWGuy
Thu Jun 13, 2013 7:41 pm
Forum: Image Processing & Document Imaging
Topic: Color changes on Resize operation
Replies: 10
Views: 7194

Re: Color changes on Resize operation

Sorry, then I'm confused. The source image from here: http://www.scienceandart.org/photoshop2/PDI%20TargetA4Ltr.jpg Has an AdobeRGB profile. The JPGs that my above code output using version 9, also had the AdobeRGB profile. The JPG image you posted, which you created with version 10, have *no* profi...
by BCWGuy
Thu Jun 13, 2013 7:22 pm
Forum: Image Processing & Document Imaging
Topic: Color changes on Resize operation
Replies: 10
Views: 7194

Re: Color changes on Resize operation

Thank you for the quick reply, and all the assistance. When you posted about partial color profile for verison 9 in another thread, I assume you were referring to the ability to convert profiles which was the purpose of that thread. This thread however is not about converting profiles, but leaving c...
by BCWGuy
Thu Jun 13, 2013 6:42 pm
Forum: Image Processing & Document Imaging
Topic: Color changes on Resize operation
Replies: 10
Views: 7194

Re: Color changes on Resize operation

Thanks for your reply. While I understand that some color change is going to happen, I still think this is some sort of bug (perhaps in my understanding) in how much change is occurring, and only when ICC profiles are involved: 1) If the images don't contain ICC profiles, the output images are fine....
by BCWGuy
Thu Jun 13, 2013 2:28 pm
Forum: Image Processing & Document Imaging
Topic: Color changes on Resize operation
Replies: 10
Views: 7194

Color changes on Resize operation

Hello again, I am evaluating the gdPicture 9 components (looking forward to 10 with improved ICC Color profile support), and noticed this issue: It looks like when an image with an ICC profile is loaded and resized, something strange is happening with the color. For example, look at this Delphi code...
by BCWGuy
Mon Jun 03, 2013 1:01 pm
Forum: Image Processing & Document Imaging
Topic: Converting with ICC Profile
Replies: 7
Views: 8572

Re: Converting with ICC Profile

Ok, that is good to hear, thanks. I will check the announcements, but do you have any idea when version 10 will be released for purchase and/or beta?
by BCWGuy
Mon Jun 03, 2013 12:34 pm
Forum: Image Processing & Document Imaging
Topic: Converting with ICC Profile
Replies: 7
Views: 8572

Re: Converting with ICC Profile

Thank you for replying. I will give the beta a test if I can. But just so that I make sure I understand your previous email, you think that I *won't* be happy with the results of ICC conversion in release 10?
by BCWGuy
Fri May 31, 2013 10:56 pm
Forum: Image Processing & Document Imaging
Topic: Converting with ICC Profile
Replies: 7
Views: 8572

Converting with ICC Profile

I had asked this question previously after we purchased the GDPicture 5 control. We are now looking into purchasing the .Net component for 3 developers. Any examples or guidance here would be helpful: What we want to do is perform the same type of ICC color profile conversion that Photoshop does: 1....