Search found 11 matches

by Santa911
2016-05-01T00:30:03-07:00
Forum: Users
Topic: How to use letters as æ ø å
Replies: 4
Views: 6420

Re: How to use letters as æ ø å

Hi DonsLund, Have you managed to find a good way of solving the æøå problem with ImageMagick? I have succeded using the workaround from fmw42 (Thanx by the way), but I would like to solve it directly in the commandline without creating a temp-file. I have tried working with some Unicode settings, bu...
by Santa911
2012-06-29T12:00:42-07:00
Forum: Users
Topic: Run directly from VB code
Replies: 2
Views: 7866

Re: Run directly from VB code

Whugemann - you are right :D I couldn't figure it out why my picture was not created. The problem was that the path was write protected and therefore nothing was created. It was difficult to see since the Shell command closes immediatly, so that I could not see any error messages. Anyway - my proble...
by Santa911
2012-06-29T11:26:27-07:00
Forum: Users
Topic: PNG color is wrong but GIF is right
Replies: 10
Views: 14703

Re: PNG color is wrong but GIF is right

Thanx - Now it works, you're help is appreciated. Great program by the way. Combined with programming I find it find a very useful tool for smaller tasks ex Watermarks and generation of icons etc.

Lars
by Santa911
2012-06-29T02:38:16-07:00
Forum: Users
Topic: PNG color is wrong but GIF is right
Replies: 10
Views: 14703

Re: PNG color is wrong but GIF is right

Nope, does still not work in version 10 (ImageMagick-6.7.7-10-Q16-windows-dll.exe). Following command still creates a black rectangle :(

Code: Select all

convert -size 30x24 canvas:#ffcc00 Box0030x0024_FFCC00.png
Hope that this will be fixed in future versions.

Lars
by Santa911
2012-06-27T23:31:17-07:00
Forum: Users
Topic: PNG color is wrong but GIF is right
Replies: 10
Views: 14703

Re: PNG color is wrong but GIF is right

Sounds good with the fix in version 6.7.7-10, but on the webpage the newest version is still ImageMagick-6.7.7-9 (2012-06-28). Any idea on when the new version for Windows is released?

Lars
by Santa911
2012-06-26T11:32:56-07:00
Forum: Users
Topic: PNG color is wrong but GIF is right
Replies: 10
Views: 14703

Re: PNG color is wrong but GIF is right

Thanx. I am using Win7 and have been using the latest version (ImageMagick-6.7.7-9-Q16-windows-dll.exe). Maybe I should downgrade instead :shock:

If you are uncertain you can self give it a try with the code descriped - it's only one commandline to test (twice) but with a different result.

Lars
by Santa911
2012-06-26T03:18:52-07:00
Forum: Users
Topic: Run directly from VB code
Replies: 2
Views: 7866

Run directly from VB code

Win7. Why can I not get it to work when trying to run a certain IM-code directly from some Visual Basic (VBA for Excel). I need to make a work around in which I write a Bat-file which I then run with the Shell command. If I ex. want to run the following code from VB: Shell "convert -size 30x24 ...
by Santa911
2012-06-26T03:10:19-07:00
Forum: Users
Topic: PNG color is wrong but GIF is right
Replies: 10
Views: 14703

PNG color is wrong but GIF is right

Hi, I'm trying to make some small icons with a certaing HEX color. It works quite well for most of the hex codes I have processed, but for the hex color "FFCC00" it does not work, when I converts it to PNG. However the "same" code works for GIF formats. Why is that - Can somebody...
by Santa911
2011-04-27T05:32:25-07:00
Forum: Users
Topic: Vertical alignment of text
Replies: 7
Views: 19791

Re: Vertical alignment of text

I got it to work now with all your help.

My result for a photocalender now looks like this:

http://www.dummyweb.dk/Temp/DummyKalender2011-02.jpg

Thank you for all your help - it was very useful :-)

Lars
by Santa911
2011-04-22T13:56:12-07:00
Forum: Users
Topic: Vertical alignment of text
Replies: 7
Views: 19791

Re: Vertical alignment of text

Thank you for your constructive input. I have tried to work with it, but I run into problems. The suggested commandline: convert photo.jpg -gravity west ( -size 400x1200 xc:green -fill black -pointsize 120 -annotate 90 "September" -trim ) -composite +repage output.jpg gives the result show...
by Santa911
2011-04-21T04:11:20-07:00
Forum: Users
Topic: Vertical alignment of text
Replies: 7
Views: 19791

Vertical alignment of text

I wish to use IM to write text (month names) on some pictures using commandlines. I would like the text to be rotated 270 degrees and placed to the left on the picture. My problem is that I can't figure out how to center the text vertically. The problem is that the lenght of the text is not the same...