Search found 6 matches

by mcguinnessdr
2013-08-27T18:56:49-07:00
Forum: Users
Topic: Delete image after processing
Replies: 8
Views: 14593

Re: Delete image after processing

Thanks for all the help, it's working perfectly now!
by mcguinnessdr
2013-08-27T16:46:45-07:00
Forum: Users
Topic: Delete image after processing
Replies: 8
Views: 14593

Re: Delete image after processing

The -path command doesn't seem to be working. I have a subfolder called "pngs" and I've tried "-path ../pngs", "-path ..\pngs", "-path /pngs", and "-path \pngs", but all of these give the "No such file or directory" error.
by mcguinnessdr
2013-08-27T16:25:56-07:00
Forum: Users
Topic: Delete image after processing
Replies: 8
Views: 14593

Delete image after processing

Hello, I am converting a large amount of images and would like to have imagemagick delete the source image after it's converted. I've tried "+delete" and "-delete 0" and both cause imagemagick to crash. Here's the command I'm running: mogrify -background black -density 670 -forma...
by mcguinnessdr
2013-08-27T14:49:15-07:00
Forum: Users
Topic: Scaling an SVG
Replies: 2
Views: 7374

Re: Scaling an SVG

Thanks, just what I was looking for!
by mcguinnessdr
2013-08-27T14:14:29-07:00
Forum: Users
Topic: Scaling an SVG
Replies: 2
Views: 7374

Scaling an SVG

Hello, I need to scale an SVG file so that when I convert it to a PNG it is the best quality. I've tried "resize", "size", and "scale", but all they do is change the size of the image, while leaving the curves at the same size. If I try converting from this the actual l...
by mcguinnessdr
2013-08-26T15:48:44-07:00
Forum: Windows COM+ & Visual Basic
Topic: MagickImageObject not registered in VB2013
Replies: 0
Views: 19646

MagickImageObject not registered in VB2013

Hello, I'm trying to use ImageMagick in my VB program, but I get an error when I try and run my program. I've tried registering the ImageMagickObject.dll by using "regsvr32 /c /s", but that didn't help. I've tried using different installers, including the x64 dynamic. I've selected it as a...