Search found 13 matches

by ertank
2018-07-12T17:02:31-07:00
Forum: Users
Topic: Non-conforming drawing primitive definition error
Replies: 7
Views: 11542

Re: Non-conforming drawing primitive definition error

Thank you for clarifying.
by ertank
2018-07-12T15:58:12-07:00
Forum: Users
Topic: Non-conforming drawing primitive definition error
Replies: 7
Views: 11542

Re: Non-conforming drawing primitive definition error

Application generated command lines what I wrote in initial post in this thread. I doubt that it is my generated command line is the problem. On the other hand, I tested with -composite and it works nicely using a command line below: magick.exe "C:\Users\Ertan\Desktop\backgrounds\pngbackground1...
by ertank
2018-07-12T15:15:09-07:00
Forum: Users
Topic: Non-conforming drawing primitive definition error
Replies: 7
Views: 11542

Re: Non-conforming drawing primitive definition error

My background image is transparent PNG for sure. It is -as you guessed- that imgur.com website converted it to JPG. This command line is generated by an application. I probably not able to change it to have both images in the same directory. Will it help if I post that in bug section? Maybe develope...
by ertank
2018-07-12T14:36:00-07:00
Forum: Users
Topic: Non-conforming drawing primitive definition error
Replies: 7
Views: 11542

Non-conforming drawing primitive definition error

Hello, I am using ImageMagick 7.0.8-2 Q16 x64 2018-06-18 on Widnows 10 64Bit. I want to merge two image files of same size. For command line below: magick "C:\Users\Ertan\Desktop\backgrounds\pngbackground1.png" -draw "image over 0,0 0,0 'E:\Freelancer\usa\textfit\Win64\Debug\20180713_...
by ertank
2018-06-20T20:40:04-07:00
Forum: Users
Topic: Display difference of two images
Replies: 1
Views: 2585

Display difference of two images

Hello, I have rather odd request. Below are two images, there is seemingly a software which produces 3rd image (the difference). I could not understand what method they use. Asking in here with the hope someone may understand it better than me. Background information: There are car repair shops or m...
by ertank
2018-06-20T20:29:45-07:00
Forum: Bugs
Topic: convert(PDF=>PNG) is extremely slow on Windows,fast on Linux
Replies: 24
Views: 62784

Re: convert(PDF=>PNG) is extremely slow on Windows,fast on Linux

Hello, I also had such a problem recently. In my case, Mac OS was able to process under 3 minutes and Windows 10 64Bit same process takes 1 hour. I had x86 version of IM installed on a 64Bit OS. x86 version builds of IM seemingly does not have OpenMP included. Slowness problem fixed when I switch my...
by ertank
2018-06-20T12:08:59-07:00
Forum: Users
Topic: Merging two transparent png images AND drawing an outline around them
Replies: 11
Views: 7135

Re: Merging two transparent png images AND drawing an outline around them

There was no policies listed. I am developing an application. My application is using ImageMagick (IM) in the background. My EXE was 32bits and I did install 32bit version of IM on my system. x86 platform download's of IM seemingly does not have OpenMP support included. I switched my application to ...
by ertank
2018-06-20T10:44:55-07:00
Forum: Users
Topic: Merging two transparent png images AND drawing an outline around them
Replies: 11
Views: 7135

Re: Merging two transparent png images AND drawing an outline around them

I do not have OpenMP enabled as far as I understand from below output. My system also has SSD (Samsung 950 NVMe) and slowness cannot be because of a HDD. I see RAM usage going up to 500MB during processing. Starting around 100MB and slowly increasing. Version: ImageMagick 7.0.8-0 Q16 x86 2018-06-12 ...
by ertank
2018-06-20T10:04:45-07:00
Forum: Users
Topic: Merging two transparent png images AND drawing an outline around them
Replies: 11
Views: 7135

Re: Merging two transparent png images AND drawing an outline around them

On my INTEL Mac Mini (2 core) OSX Sierra (8G ram) and ImageMagick 6.9.10.1 Q16, the first script took 2m 55s. The second script took 12 s. What maybe a reason for me to have processing about 20 minutes (octagon) and an hour (disk)? I'm using static executable. Can it be? Intel cpu i7 7700k (8 cores...
by ertank
2018-06-20T06:17:24-07:00
Forum: Users
Topic: Merging two transparent png images AND drawing an outline around them
Replies: 11
Views: 7135

Re: Merging two transparent png images AND drawing an outline around them

I am also requested following, if possible, to add double outline?

Thanks.
by ertank
2018-06-19T14:16:24-07:00
Forum: Users
Topic: Merging two transparent png images AND drawing an outline around them
Replies: 11
Views: 7135

Re: Merging two transparent png images AND drawing an outline around them

Using disk rather than octagon will produce a much smoother outline. You can fill the gaps with -morphology close at the end. How long it takes to complete on your system? I am still waiting it to complete and I forgot for how long it is running. Edit: It took about half an hour on my system. As my...
by ertank
2018-06-19T10:39:07-07:00
Forum: Users
Topic: Merging two transparent png images AND drawing an outline around them
Replies: 11
Views: 7135

Re: Merging two transparent png images AND drawing an outline around them

It is really taking time to finish the job. Is there any "threading" ability in ImageMagick? Just to make it faster. Other than this, I have two questions on result image. 1- I see some distance between white and red areas. That distance is saved as a transparent area: https://imgur.com/a/...
by ertank
2018-06-19T08:59:30-07:00
Forum: Users
Topic: Merging two transparent png images AND drawing an outline around them
Replies: 11
Views: 7135

Merging two transparent png images AND drawing an outline around them

Hello, I am using ImageMagick 7.0.8-0 Q16 x86 2018-06-12 on a Windows 10 64bit. I have following transparent images: design1: https://imgur.com/a/bSspnOZ design2: https://imgur.com/a/Jj28fcd I use following command line to merge them together: magick design2.png -draw "image over 0,0 0,0 'desig...