Search found 2 matches

by airkemp
2011-09-29T08:03:42-07:00
Forum: Users
Topic: Watermark Text Tile
Replies: 1
Views: 4378

Watermark Text Tile

Hi,

I have the follow bat file which overlays some text on all bitmaps in a folder.

Can anyone tell me how to use the tile command to tile the text accross the image instead of giving it a load of defined positions

Here's my code


for %%f in (%1\*.bmp)
do
( convert "%%f" -pointsize 18 -fill ...
by airkemp
2011-09-29T03:31:15-07:00
Forum: Users
Topic: **Please Help**Installing Magick++ on XP SP2 VS 2005
Replies: 0
Views: 2782

**Please Help**Installing Magick++ on XP SP2 VS 2005

Hi There,

I am trying desperatly to install Magick++ on VS 2005 with no hope! I know that 2005 is not ideal but my understanding is that it works.

I have ImageMagick 6.7.2 installed and is working via the command prompt but i'm trying to integrate Magick++ into Visual Studio 2005. I'm a beginner ...