Search found 8 matches
- 2012-05-10T04:22:06-07:00
- Forum: Developers
- Topic: About Multithreading and convert
- Replies: 7
- Views: 25593
Re: About Multithreading and convert
Thank you. It's been useful.
- 2012-05-09T23:30:20-07:00
- Forum: Developers
- Topic: About Multithreading and convert
- Replies: 7
- Views: 25593
Re: About Multithreading and convert
Note that multiple treads only actually exist for short period of time what IM is processing an image. Generally one thread per row to the thread limit. TO see them you may need a very large image while appliing a very slow operation, like a large convolution. For example -gaussian 1000x1 (blur is ...
- 2012-05-04T00:10:22-07:00
- Forum: Developers
- Topic: About Multithreading and convert
- Replies: 7
- Views: 25593
Re: About Multithreading and convert
"convert -version" says it is. Here is the output:anthony wrote:Your IM may not be compiled with openMP enabled.
Version: ImageMagick 6.7.6-5 2012-04-04 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC
Features: OpenMP
- 2012-05-02T04:57:25-07:00
- Forum: Developers
- Topic: About Multithreading and convert
- Replies: 7
- Views: 25593
About Multithreading and convert
Hi All I run convert.exe with "-limit thread" key and number of threads, that equals number of processor cores on my PC. The problem is: in my Visual Studio Debugger I connect to the convert.exe process and try to see the threads. There is none. Can not I see them or is it really so? A larger ...
- 2012-04-10T00:04:39-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Problems with ImageMagickObject
- Replies: 6
- Views: 125992
Re: Problems with ImageMagickObject
I've alredy done it. The result is same.Werty wrote:Try placing the ImageMagickObject.dll in your windows/system32 folder and then regsrv it.
I can see its contents perfectly with Object Brouser but I can't register it. Is not this strange? Has not anyone else met the same problem?
- 2012-04-09T23:56:29-07:00
- Forum: Users
- Topic: An error message during converting any PDF file
- Replies: 3
- Views: 10149
Re: An error message during converting any PDF file
It works perfectly now, with Ghostscript installed.
Thank you!
Thank you!
- 2012-04-09T04:50:35-07:00
- Forum: Users
- Topic: An error message during converting any PDF file
- Replies: 3
- Views: 10149
An error message during converting any PDF file
Hi, All I try to convert a PDF file to any graphical format. I keep getting error message during the operation regardless If it is only picture in the pdf file or there is some text there either and what format I try to convert the pdf file into. The error is - " Error: invalidaccess ...
- 2012-04-09T03:58:16-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Problems with ImageMagickObject
- Replies: 6
- Views: 125992
Problems with ImageMagickObject
Hi, All I can not register ImageMagickObject.dll either during installation process with corrisponding box set or with regsvr32.exe. In the later case I get a message about impossibility to load the module, even if I give the full path in the command line. In the former case I get "C:\Program Files ...