Search found 19 matches

by BCWGuy
Thu Nov 03, 2011 3:33 pm
Forum: Image Processing & Document Imaging
Topic: Remove/Change ICC Profile
Replies: 1
Views: 2706

Remove/Change ICC Profile

I have a TIF file with an Adobe RGB ICC profile attached. I want to convert (not just 'assign') it to an sRGB ICC profile in a JPG. In Photoshop, I do this: Edit menu, Convert To Profile menu, convert to sRGB (NOT 'assign'). File menu, Save As, JPG, with Embedded profile. There is no visible color d...
by BCWGuy
Tue Jun 14, 2011 2:57 pm
Forum: Image Processing & Document Imaging
Topic: GrayScale, but not Indexed?
Replies: 1
Views: 2000

GrayScale, but not Indexed?

The ConvertTo8BppGrayScale method converts the image to an "8-bits gray-scaled palette", and when I save the file to a TIF format and open it in Photoshop it shows as an "Indexed Color", "8 bits/Channel" image. But, I want to make a GrayScale image, so that in Photoshop...
by BCWGuy
Mon Jun 06, 2011 5:45 pm
Forum: Document Viewing
Topic: Automatic License Entry
Replies: 1
Views: 2664

Re: Automatic License Entry

Never mind. It turns out that doing this works in the DoCreate methods of the pas file:
FIntf.SetLicenseNumber('xxxxxx');

The only problem is that the license doesn't show up in the design-time properties, but it does work.
by BCWGuy
Fri Jun 03, 2011 8:10 pm
Forum: Document Viewing
Topic: Automatic License Entry
Replies: 1
Views: 2664

Automatic License Entry

I'm using Delphi 2007, and would like to have my License key be automatically entered when I drop a new gdPicture control on a form or create it dynamically. I've tried modifying the GdPicturePro5_TLB.pas file Delphi uses for thins like InitControlData, and I've tried making a .LIC file, but nothing...