Search found 19 matches

by emontezuma
2013-06-30T10:25:43-07:00
Forum: Users
Topic: ImageMagick COM libreries
Replies: 0
Views: 3981

ImageMagick COM libreries

Hi IM people. I have the IM full libraries installed in my pc and I have developed a VisualBasic program (version 6) which uses MagickCMD.exe command. When I distribuite my application I will have that install the full ImageMagick libraries? or I only need to install the MagickCMD.exe file? How can ...
by emontezuma
2013-05-06T08:36:21-07:00
Forum: Developers
Topic: Convert to MPG fails
Replies: 7
Views: 21070

Re: Convert to MPG fails

Thanks snigbo, it is working perfectly.

Best regards,
by emontezuma
2013-05-06T07:38:36-07:00
Forum: Developers
Topic: Convert to MPG fails
Replies: 7
Views: 21070

Re: Convert to MPG fails

Snibgo, you always has the key. Im running the ffmpeg and it works, but I dont understand some parametres, for instance, I have 100 jpg files into a folder "c:\images\" the images are named IM-001.jpg, IM-002.jpg... IM-100.jpg How I need to put the images list paramaters to construct the m...
by emontezuma
2013-05-05T20:26:01-07:00
Forum: Developers
Topic: Convert to MPG fails
Replies: 7
Views: 21070

Re: Convert to MPG fails

I have read a lot of posts about this problem and no one has a real solution, all of them have the same answer: "install the delegates, but Windows" I have seem that the last IM version has the ffmpeg.exe file into the IM directory, but it doesn't work. The error message is the same: conve...
by emontezuma
2013-05-05T17:19:54-07:00
Forum: Developers
Topic: Convert to MPG fails
Replies: 7
Views: 21070

Re: Convert to MPG fails

Thanks fmw42, but all the answers say the same... "ffmpeg", "delegates", "Dont know Windows", etc.
Just! I don't know what and how delegate install in Windows :(
Can any Windows users help me?

Best regards,
by emontezuma
2013-05-05T16:14:23-07:00
Forum: Developers
Topic: Convert to MPG fails
Replies: 7
Views: 21070

Convert to MPG fails

Hi friends. I have read a lot of information about this error in this forum, but I couldnt find any solution. Im developing a program which takes jpg images and try to convert them into mpeg video. This is my command line convert c:\Images\*.jpg" "c:\myvideo.mpg" And this is the error...
by emontezuma
2013-05-03T12:07:17-07:00
Forum: Users
Topic: how to make an avi from a series of images
Replies: 4
Views: 17552

Re: how to make an avi from a series of images

Hi Anthony, I have tried your sample code but this message appear: C:\Users\Elvis>convert "c:\MyImage.jpg" "c:\MyAniFile.mpg" convert.exe: Delegate failed `"ffmpeg.exe" -v -1 -mbd rd -trellis 2 -cmp 2 -subc mp 2 -g 300 -i "%M%%d.jpg" "%u.%m"' @ error...
by emontezuma
2013-05-03T06:56:19-07:00
Forum: Developers
Topic: convert (Slow process)
Replies: 9
Views: 13130

Re: convert (Slow process)

Antony, thanks for your support. My goal is develop a program in VB6 that allow me to make transition effects between 2 images. 1) It constructs the images files with MagickCMD command (slow procees, it has improved from the snigbo tips). 2) The program uses a picture box with a timer control to sho...
by emontezuma
2013-04-25T16:11:48-07:00
Forum: Developers
Topic: convert (Slow process)
Replies: 9
Views: 13130

Re: convert (Slow process)

I have modified my code and I reduce the time in 33% (since 6 to 4 seconds), but I would like to reduce the time much more. Which part of this code I would need to change in order to reduce the process time? convert ( "c:\wallpaper.png" ) ( "c:\fadeimg.png" ) ( -clone 0 -clone 1 ...
by emontezuma
2013-04-25T16:00:06-07:00
Forum: Developers
Topic: convert (Slow process)
Replies: 9
Views: 13130

Re: convert (Slow process)

Hi Snibgo, you have gave me the key. I need to insert a new clone command into the parenthesis.

Thanks a lot.
by emontezuma
2013-04-25T14:52:20-07:00
Forum: Developers
Topic: convert (Slow process)
Replies: 9
Views: 13130

Re: convert (Slow process)

Friends, I have tried anything -clone combinations without good results. I couldnt refer the second image index in order to refer in my -clone argument. This is part of the code, which is not worrking properly. The second -clone command is copying the first image and not the second image... convert ...
by emontezuma
2013-04-23T14:21:19-07:00
Forum: Developers
Topic: convert (Slow process)
Replies: 9
Views: 13130

Re: convert (Slow process)

Thanks Snigbo.
I'm going to change my command and report you the result.

Best regard,
by emontezuma
2013-04-23T11:24:36-07:00
Forum: Developers
Topic: convert (Slow process)
Replies: 9
Views: 13130

convert (Slow process)

Hi friends. I have an application which processes two images and tries to make a fade transition effect, it works very well, but the problem is the performance. I'm running ImageMagick using the CMDMagick.EXE tool. I have a Intel core i5VPro processor and this command takes almost 6 second in constr...
by emontezuma
2013-04-13T17:40:44-07:00
Forum: Developers
Topic: Label best fit
Replies: 1
Views: 3400

Label best fit

Hi imagemagicker people. I have te next string "MY NAME IS ELVIS MONTEZUMA" and I would like to generate a best fit pointsize with "Tahoma" font and size 100x100 but I cant. I have read about the best fit label article but it seems work only with a single word label, for instance...
by emontezuma
2013-04-12T14:21:48-07:00
Forum: Developers
Topic: Positioning images using FX calcs
Replies: 8
Views: 7976

Re: Positioning images using FX calcs

Friends... good news
thanks for your support I did the necessary code to obtain the %w and %h using the snibgo sample.

Best regards.