Search found 15 matches

by willemijns2
2019-09-16T09:13:45-07:00
Forum: Bugs
Topic: annotate parameter needs "magick convert" not only "magick" for some order
Replies: 6
Views: 124082

Re: annotate parameter needs "magick convert" not only "magick" for some order

I did not indicate font or pointsize on my script here but i had these values on my original script on my harddisk ;)
by willemijns2
2019-09-15T14:21:47-07:00
Forum: Bugs
Topic: annotate parameter needs "magick convert" not only "magick" for some order
Replies: 6
Views: 124082

Re: annotate parameter needs "magick convert" not only "magick" for some order

fmw42 wrote: 2019-09-15T14:09:14-07:00 Use Magick only, not magick convert, even if it works. That may invoke IM 6 behavior
Adding IM6 back compatibility on a IMWhatheverVersion is not so logical....

i wrote that only as a FYI information to indicate the error message ;)
by willemijns2
2019-09-15T14:02:38-07:00
Forum: Bugs
Topic: annotate parameter needs "magick convert" not only "magick" for some order
Replies: 6
Views: 124082

annotate parameter needs "magick convert" not only "magick" for some order

Hello,

always on the windows build 7-8-0-64...

magick -size 2480x3508 xc:white emptypage.png
...works

magick -size 2480x3508 -annotate +120+120 "Hello World" xc:white emptypage.png
...crashes ! i need to add "convert" word

magick convert -size 2480x3508 -annotate +120+120 "Hello World" xc ...
by willemijns2
2019-09-15T12:34:50-07:00
Forum: Bugs
Topic: combining 2 images NOK windows last version but OK linux
Replies: 9
Views: 135910

Re: combining 2 images NOK windows last version but OK linux

on a "dev way" it is a regression because it worked with 7-0-8-28 :)

BUT

- Creating a white or black empty page can be build with only 2 colors = grayscale
- Creating a yellow, brown or other blue empty page needs morethan 2 colors so no problem !

I understand it can be a dilemna for B&W :-X ...
by willemijns2
2019-09-15T12:17:35-07:00
Forum: Bugs
Topic: combining 2 images NOK windows last version but OK linux
Replies: 9
Views: 135910

Re: combining 2 images NOK windows last version but OK linux

i saw a second modification of your reply, ok you confirm the bug... and your workaround of forcing sRGB works !

seems "-compose over" is not mandatory on my case ;)
by willemijns2
2019-09-15T12:02:01-07:00
Forum: Bugs
Topic: combining 2 images NOK windows last version but OK linux
Replies: 9
Views: 135910

Re: combining 2 images NOK windows last version but OK linux

you modified your message so i answer that your 2 suggestions does not works with latest build and works with the former 7-0-8-28 :-X
by willemijns2
2019-09-15T11:45:10-07:00
Forum: Bugs
Topic: combining 2 images NOK windows last version but OK linux
Replies: 9
Views: 135910

Re: combining 2 images NOK windows last version but OK linux

Hello, to simplify: the whole script works with a former linux version but not with the latest windows build....

One hour ago, i found an old windows IM version on my harddisk, i tested with this version and now i can confirm that my script:
- works with 7.0.8-28 => image is colorized :-) (libpng 1 ...
by willemijns2
2019-09-15T04:33:21-07:00
Forum: Bugs
Topic: combining 2 images NOK windows last version but OK linux
Replies: 9
Views: 135910

combining 2 images NOK windows last version but OK linux

Hello,

took any image like https://imagemagick.org/image/wizard.png

I created an empty page to combine images on it and i began by the first :

Result:
- (abnormal) B&W image in latest windows public build
- (good) colorized image on Ubuntu 18.04 LTS and former windows build i lost the version ...
by willemijns2
2018-10-22T12:36:18-07:00
Forum: Bugs
Topic: conversion on IM7.0.8-8 worked, not in 7.0.8-12
Replies: 7
Views: 18489

Re: conversion on IM7.0.8-8 worked, not in 7.0.8-12

You right but same kind of bug occurs for others samples:

https://github.com/ImageMagick/ImageMagick/issues/1362
by willemijns2
2018-10-02T07:24:10-07:00
Forum: Bugs
Topic: conversion on IM7.0.8-8 worked, not in 7.0.8-12
Replies: 7
Views: 18489

Re: conversion on IM7.0.8-8 worked, not in 7.0.8-12

Hello, where you find error ? i moved repage and deleted -scene 1... nothing happends.
by willemijns2
2018-10-02T06:10:45-07:00
Forum: Bugs
Topic: conversion on IM7.0.8-8 worked, not in 7.0.8-12
Replies: 7
Views: 18489

Re: conversion on IM7.0.8-8 worked, not in 7.0.8-12

googledrive link on my first message shows the directory and all images...
by willemijns2
2018-10-02T05:44:42-07:00
Forum: Bugs
Topic: conversion on IM7.0.8-8 worked, not in 7.0.8-12
Replies: 7
Views: 18489

conversion on IM7.0.8-8 worked, not in 7.0.8-12

Hello,

begin.png is the image base
"middles file" have same size, no image differences but not the same MD5
end7.0.8-8.png is good and end7.0.8-12.png is bad

a bug on eventual updated libpng ???


del middle*.*
del end*.*

set vers=7.0.8-8
d:\cle-usb\ImageMagick-%vers%-portable-Q16-x64\convert ...