Search found 5 matches

by franklin.amormino
2012-10-19T11:20:44-07:00
Forum: Users
Topic: Uninstall by line command
Replies: 2
Views: 5166

Re: Uninstall by line command

It worked. Thank you.
by franklin.amormino
2012-10-18T10:05:02-07:00
Forum: Users
Topic: Uninstall by line command
Replies: 2
Views: 5166

Uninstall by line command

How to make for uninstall by command prompt or line command without any interaction, silent.
It's possible?
Thanks.

Ps.: In Windows 7.
by franklin.amormino
2012-08-15T12:36:08-07:00
Forum: Developers
Topic: Memory leak in MagickAnnotateImage
Replies: 4
Views: 7504

Re: Memory leak in MagickAnnotateImage

Yes! I deleted MagickWandGenesis()/MagickWandTerminus() and was apparently contained the leak.
I'll let run for a few hours so I can observe the behavior.
Thank you my friend.
by franklin.amormino
2012-08-15T10:22:25-07:00
Forum: Developers
Topic: Memory leak in MagickAnnotateImage
Replies: 4
Views: 7504

Re: Memory leak in MagickAnnotateImage

I created a small test project in C + + Builder XE2 Update 4, I'm working on my project with C + + Builder. COFF2OMF used to convert the library CORE_RL_wand_.lib. My system is a Windows 7 Professional SP1. I see that the number of handles increases very fast and the memory used by the process ...
by franklin.amormino
2012-08-15T07:35:06-07:00
Forum: Developers
Topic: Memory leak in MagickAnnotateImage
Replies: 4
Views: 7504

Memory leak in MagickAnnotateImage

I am developing an application to capture images from a webcam 3-4 Hz.The processing and written image using the functions MagickConstituteImage and MagickWriteImage are occurring correctly, but when using the function MagickAnnotateImage see what is happening a memory leak. After a few minutes ...