Search found 21 matches

by rocketshiptech
2013-09-03T04:52:47-07:00
Forum: Users
Topic: annotate not working w/ COM Object IM from VB
Replies: 8
Views: 10985

annotate not working w/ COM Object IM from VB

Hi guys: In the COM Object version if IM, the Convert() function takes ALL the parameters as strings (in quotes, unless your calling a variable you dimensioned as a string), separated by commas. like this: this works: destFilePath = Me.ProjRootFolder & "\test.png" txtConvertResult = ob...
by rocketshiptech
2013-09-02T04:57:12-07:00
Forum: Users
Topic: Some help pls w/ command line text lables
Replies: 8
Views: 6166

Re: Some help pls w/ command line text lables

That's exactly what I wanted. one clear example. Thanks.

What I'm actually thinking of doing now is making one large bitmap, with many of these little boxes on it, but I think you given me all the code I need for that,too.

Thanks again.
by rocketshiptech
2013-09-01T13:51:27-07:00
Forum: Users
Topic: Some help pls w/ command line text lables
Replies: 8
Views: 6166

Re: Some help pls w/ command line text lables

THANKS!

fyi- syntax in VB is the same as DOS.
by rocketshiptech
2013-09-01T08:46:11-07:00
Forum: Users
Topic: Some help pls w/ command line text lables
Replies: 8
Views: 6166

Re: Some help pls w/ command line text lables

"annotate" that looks like what I want, more precicly the "practical examples" here:

http://www.imagemagick.org/Usage/annotating/#practical

Thanks!
by rocketshiptech
2013-09-01T07:22:51-07:00
Forum: Users
Topic: Some help pls w/ command line text lables
Replies: 8
Views: 6166

Re: Some help pls w/ command line text lables

Well, the list of what I don't understand would be lengthy. I'm a VB coder who, up till now, has only used IM for one simple (although highly customized) file format conversion. I kinda out of my depth. The number of options are bewildering. i don't know if the text should be a label or a caption, (...
by rocketshiptech
2013-09-01T06:09:38-07:00
Forum: Users
Topic: Some help pls w/ command line text lables
Replies: 8
Views: 6166

Some help pls w/ command line text lables

I need to make a lot of these: http://benmargolis.com/assets/Example1.png That is: 1. make a box of a specific color (I'll have an rgb value) a 1 pixel boarder and rounded corners would be nice, but I'm not picky 2. make a thumbnail of another file (.png) 10 pixels smaller than the box and place it ...