I'm curious - how did you fix the problem?
Pete
Search found 1015 matches
- 2006-11-21T10:54:46-07:00
- Forum: Users
- Topic: set pixel to be transparent with VS2005
- Replies: 7
- Views: 28258
- 2006-11-21T09:11:32-07:00
- Forum: Users
- Topic: set pixel to be transparent with VS2005
- Replies: 7
- Views: 28258
- 2006-11-20T19:39:15-07:00
- Forum: Users
- Topic: set pixel to be transparent with VS2005
- Replies: 7
- Views: 28258
- 2006-11-20T16:56:09-07:00
- Forum: Users
- Topic: set pixel to be transparent with VS2005
- Replies: 7
- Views: 28258
- 2006-11-20T15:25:05-07:00
- Forum: Users
- Topic: set pixel to be transparent with VS2005
- Replies: 7
- Views: 28258
- 2006-11-17T10:26:27-07:00
- Forum: Users
- Topic: how to create semi-transperant images?
- Replies: 2
- Views: 10835
- 2006-11-17T10:22:36-07:00
- Forum: Users
- Topic: Simple brightness adjustment
- Replies: 3
- Views: 12718
If I read the code correctly, the argument to the evaluate "add" operator should a be real decimal number with an optional percent sign after it. -evaluate add 10 will add 10 to each pixel whereas -evaluate add 10% will add ten percent of the quantume range to each pixel. Once a pixel reaches its ...
- 2006-11-16T10:03:50-07:00
- Forum: Users
- Topic: how to create semi-transperant images?
- Replies: 2
- Views: 10835
Try this: convert your_input_image.jpg -fill rgba(0,0,100%,0.75) -stroke black -draw "circle 50,30 40,10" draw_circle.gif you can then play with the rgba function to produce the colour and opacity you need. It can also be used as an argument to "-stroke". For more info on rgba see the -fill argument ...
- 2006-11-09T09:25:14-07:00
- Forum: Developers
- Topic: Image density
- Replies: 2
- Views: 24514
DIB coder
I've written a test program which does a screen capture, creates a DIB and then uses MagickReadImageBlob to load the image into IM from whence I can save the file in whatever format I like. The screen capture DIB has 32 bits per pixel, no compression and a standard 40 byte info header. However, I ...
- 2006-11-07T17:09:32-07:00
- Forum: Users
- Topic: Building jpg from first gif image on WINDOWS
- Replies: 0
- Views: 5941
- 2006-11-07T13:01:27-07:00
- Forum: MagickWand
- Topic: Event logging
- Replies: 2
- Views: 21300
Thanks for the speedy response. For the info of anyone else, editing the output tag in coders/log.xml and including the statement "SetLogEventMask("all");" in the program is all that's required. Once I'm done debugging I'll have to remember to go back to the log.xml file and put it back the way it ...
- 2006-11-07T10:11:09-07:00
- Forum: MagickWand
- Topic: Event logging
- Replies: 2
- Views: 21300
Event logging
I'm using Windows XP and IM 6.3.0. I want MagickWand to create an event log to a file. At the beginning of my code I have: MagickWandGenesis(); (void) SetLogEventMask("all"); if(IsEventLogging()) MessageBox(NULL,"LOG ON", "Note", MB_OK); else MessageBox(NULL,"LOG OFF", "Note", MB_OK); which ...
- 2006-10-27T12:19:39-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: COM Interface - Getting started
- Replies: 2
- Views: 24427
- 2006-10-27T10:20:41-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: COM Interface - Getting started
- Replies: 2
- Views: 24427