Search found 49 matches

by Alexvb6
2013-01-25T13:57:13-07:00
Forum: Users
Topic: Draw a primitive with OLE Object VBSCRIPT
Replies: 2
Views: 4240

Re: Draw a primitive with OLE Object VBSCRIPT

magick wrote:Shouldn't the draw be:
  • "-draw", "circle 50,30, 40,10", "c:\mytestfolder\draw_circle.gif"
THANK you very much !
I had tried a lot of combinations, but not this one !
It works perfectly, you're right.
No need to use commas.
:D
So again THANK you a lot !
by Alexvb6
2013-01-25T13:31:49-07:00
Forum: Users
Topic: Draw a primitive with OLE Object VBSCRIPT
Replies: 2
Views: 4240

Draw a primitive with OLE Object VBSCRIPT

Hello, I'm trying to adapt the following sample coming from the official documentation : convert -size 100x60 xc:skyblue -fill white -stroke black \ -draw "circle 50,30 40,10" draw_circle.gif I'm trying to adapt it in VBSCRIPT as follow : Set IMimg = CreateObject("ImageMagickObject.Ma...
by Alexvb6
2012-10-15T06:08:08-07:00
Forum: PerlMagick
Topic: Problem converting PNG to JPEG
Replies: 4
Views: 19649

Re: Problem converting PNG to JPEG

Hi, 'Im using the last Imagemagick version available,
but the error was on my side, and so silly : I was specifiying .png in the Output filename , instead of .jpg

... It now works (obviously) !

fmw42, I thank you very much for your long and detailed answer,
... I feel so confuse :-/
by Alexvb6
2012-10-12T16:53:55-07:00
Forum: PerlMagick
Topic: Problem converting PNG to JPEG
Replies: 4
Views: 19649

Re: Problem converting PNG to JPEG

Hi, I am experiencing the same issue // I'm simply using : convert source.png destination.jpg and the output .JPG file is still in PNG fileformat. This file is not opening, but if I change extension to PNG, it opens ! So it's still PNG file format .. :-/ Do you have ANY clue to save my brain ? ;-) T...