Search found 15 matches
- 2019-09-16T09:13:45-07:00
- Forum: Bugs
- Topic: annotate parameter needs "magick convert" not only "magick" for some order
- Replies: 6
- Views: 90204
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
- 2019-09-15T20:40:03-07:00
- Forum: Bugs
- Topic: annotate parameter needs "magick convert" not only "magick" for some order
- Replies: 6
- Views: 90204
Re: annotate parameter needs "magick convert" not only "magick" for some order
I simplified the syntax here
- 2019-09-15T14:21:47-07:00
- Forum: Bugs
- Topic: annotate parameter needs "magick convert" not only "magick" for some order
- Replies: 6
- Views: 90204
- 2019-09-15T14:02:38-07:00
- Forum: Bugs
- Topic: annotate parameter needs "magick convert" not only "magick" for some order
- Replies: 6
- Views: 90204
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:white ...
- 2019-09-15T12:34:50-07:00
- Forum: Bugs
- Topic: combining 2 images NOK windows last version but OK linux
- Replies: 9
- Views: 99971
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 maybe ...
- 2019-09-15T12:17:35-07:00
- Forum: Bugs
- Topic: combining 2 images NOK windows last version but OK linux
- Replies: 9
- Views: 99971
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
seems "-compose over" is not mandatory on my case
- 2019-09-15T12:02:01-07:00
- Forum: Bugs
- Topic: combining 2 images NOK windows last version but OK linux
- Replies: 9
- Views: 99971
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
- 2019-09-15T11:56:08-07:00
- Forum: Bugs
- Topic: combining 2 images NOK windows last version but OK linux
- Replies: 9
- Views: 99971
- 2019-09-15T11:45:10-07:00
- Forum: Bugs
- Topic: combining 2 images NOK windows last version but OK linux
- Replies: 9
- Views: 99971
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 ...
- 2019-09-15T04:33:21-07:00
- Forum: Bugs
- Topic: combining 2 images NOK windows last version but OK linux
- Replies: 9
- Views: 99971
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 number ...
- 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: 15454
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
https://github.com/ImageMagick/ImageMagick/issues/1362
- 2018-10-02T07:50:05-07:00
- Forum: Bugs
- Topic: conversion on IM7.0.8-8 worked, not in 7.0.8-12
- Replies: 7
- Views: 15454
- 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: 15454
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.
- 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: 15454
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...
- 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: 15454
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 -units ...