Search found 7 matches

by ElmoDude
Sat Jul 27, 2013 5:05 pm
Forum: General discussions
Topic: Alternatives to installing the gdpicture runtime manually
Replies: 1
Views: 2851

Re: Alternatives to installing the gdpicture runtime manuall

I have been embedding the runtimes into my main assembly with great success, even including both x64 and x32 in the same assembly. Just do some searches on the net on how to do this.
by ElmoDude
Tue Jul 16, 2013 7:15 pm
Forum: Feature Requests
Topic: More File Formats
Replies: 1
Views: 11492

More File Formats

I would like viewing support for dxf, svg, plt, cgm, gem, dwg, fmv. The more the better.
by ElmoDude
Mon Jul 15, 2013 10:09 pm
Forum: Feature Requests
Topic: Online Help
Replies: 1
Views: 11521

Online Help

Sure would like to have a search function in the online help.
by ElmoDude
Mon Jul 15, 2013 9:53 pm
Forum: Image Processing & Document Imaging
Topic: Question on AdjustRGB
Replies: 6
Views: 5376

Re: Question on AdjustRGB

Thanks Sami. I did purchase the control and your solution kind of worked. I had to add an extra step of merging the original back over the one with the changed color, but it does work great.
by ElmoDude
Tue May 28, 2013 6:42 pm
Forum: Image Processing & Document Imaging
Topic: Question on AdjustRGB
Replies: 6
Views: 5376

Re: Question on AdjustRGB

If I can get an answer on how to do this, or an alternative way, I will buy the control.

Hopefully this will clarify, I need to recolor the lighter shades to specific RGB values while keeping the darker shades.
by ElmoDude
Tue May 07, 2013 4:36 pm
Forum: Image Processing & Document Imaging
Topic: Question on AdjustRGB
Replies: 6
Views: 5376

Re: Question on AdjustRGB

The algorithm is pretty straight forward. There not quite that straight forward because there are no negative RGB Values. For example, how would I change the white to say R: 255 G: 255 B:0 like the sample above. Setting positive values don't work because the darker color component is then eliminate...
by ElmoDude
Mon May 06, 2013 9:13 pm
Forum: Image Processing & Document Imaging
Topic: Question on AdjustRGB
Replies: 6
Views: 5376

Question on AdjustRGB

Hi, I am evaluating GD Picture and really need to do just one thing and that is color the white area's of a PNG to a specific RGB value. The adjustRGB value seems to do the trick except the negative values don't correspond with the RGB value I am trying to achieve. What is the formula to accomplish ...