Search found 71 matches

by niyanwen
2019-10-07T18:07:50-07:00
Forum: Users
Topic: ImageMagick7 runs much slower than version6
Replies: 27
Views: 129678

Re: ImageMagick7 runs much slower than version6

Version: ImageMagick 7.0.8-37 Q16 x86_64 2019-09-13 https://imagemagick.org Copyright: © 1999-2019 ImageMagick Studio LLC License: https://imagemagick.org/script/license.php Features: Cipher DPC HDRI OpenMP Delegates (built-in): bzlib fontconfig freetype jng jp2 jpeg lcms png raw tiff webp xml zlib ...
by niyanwen
2019-10-07T17:58:08-07:00
Forum: Users
Topic: Image looks different after removing transparent space and scaled
Replies: 45
Views: 252534

Re: Image looks different after removing transparent space and scaled

so this is first command: convert a.png -resize 4500x5400! b.png this second command: convert b.png -format %@ -write info: -trim +repage -bordercolor none -border 5 c.png the input image I put is a.png and output is c.png, scaling size is dynamic and pass from input, it can be 4500x5400 later it ca...
by niyanwen
2019-10-07T17:11:39-07:00
Forum: Users
Topic: Image looks different after removing transparent space and scaled
Replies: 45
Views: 252534

Re: Image looks different after removing transparent space and scaled

oh sorry I found the second command I am using is this one convert /var/folders/g0/tbbcb38x57j_lk7l__b7fgjxw39ddj/T/trim-image-src79649733683580374.png -format %@ -write info: -trim +repage -bordercolor none -border 5 /var/folders/g0/tbbcb38x57j_lk7l__b7fgjxw39ddj/T/trim-image-dest841650745767308632...
by niyanwen
2019-10-07T16:58:27-07:00
Forum: Users
Topic: ImageMagick7 runs much slower than version6
Replies: 27
Views: 129678

Re: ImageMagick7 runs much slower than version6

is is because of missing lcms so cause this issue?
by niyanwen
2019-10-07T16:06:21-07:00
Forum: Users
Topic: ImageMagick7 runs much slower than version6
Replies: 27
Views: 129678

Re: ImageMagick7 runs much slower than version6

okay make it work when I run convert -list format PNG* rw- Portable Network Graphics (libpng 1.6.28) See http://www.libpng.org/ for details about the PNG format. PNG00* rw- PNG inheriting bit-depth, color-type from original, if possible PNG24* rw- opaque or binary transparent 24-bit RGB (zlib 1.2.11...
by niyanwen
2019-10-07T15:40:51-07:00
Forum: Users
Topic: ImageMagick7 runs much slower than version6
Replies: 27
Views: 129678

Re: ImageMagick7 runs much slower than version6

I don't know why I always see this error when I am using image magick 7
./convert: error while loading shared libraries: libMagickCore-7.Q16HDRI.so.6: cannot open shared object file: No such file or directory
by niyanwen
2019-10-07T15:17:57-07:00
Forum: Users
Topic: Image looks different after removing transparent space and scaled
Replies: 45
Views: 252534

Re: Image looks different after removing transparent space and scaled

The thing is IM7 is slower than IM6 looks like 5x slower, we cannot afford it, I suspect it is becasue HDRI enabled?
by niyanwen
2019-10-07T15:04:20-07:00
Forum: Users
Topic: Image looks different after removing transparent space and scaled
Replies: 45
Views: 252534

Re: Image looks different after removing transparent space and scaled

so original image is like image a, c is output image

convert a.png -resize 4500x5400! b.png
convert b.png -trim +repage -bordercolor none -border 5 c.png
by niyanwen
2019-10-07T14:25:09-07:00
Forum: Users
Topic: Image looks different after removing transparent space and scaled
Replies: 45
Views: 252534

Re: Image looks different after removing transparent space and scaled

these two commands
convert img.png -resize 4500x5400! img_scale6.png
convert shirt.png -trim +repage -bordercolor none -border 5 shirt3.png
by niyanwen
2019-10-07T14:18:14-07:00
Forum: Users
Topic: ImageMagick7 runs much slower than version6
Replies: 27
Views: 129678

Re: ImageMagick7 runs much slower than version6

Hi, according to the issue I mentioned in this post https://www.imagemagick.org/discourse-s ... 75#p169375 I try IM7 and looks like the issue got fixed, but the same command I used, but it is much slower anyone knows why and how to fix it? command I used: convert img.png -resize 4500x5400! img_scale...
by niyanwen
2019-10-07T14:15:36-07:00
Forum: Users
Topic: ImageMagick7 runs much slower than version6
Replies: 27
Views: 129678

ImageMagick7 runs much slower than version6

Hi, according to the issue I mentioned in this post https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=36843&p=169375#p169375 I try IM7 and looks like the issue got fixed, but the same command I used, but it is much slower anyone knows why and how to fix it? command I used: con...
by niyanwen
2019-10-07T13:57:50-07:00
Forum: Users
Topic: Image looks different after removing transparent space and scaled
Replies: 45
Views: 252534

Re: Image looks different after removing transparent space and scaled

original image: https://drive.google.com/open?id=1ufx2A ... XZMolPcnf1
output image: https://drive.google.com/open?id=122q_p ... mGJcV0XuFz

convert img.png -resize 4500x5400! img_scale6.png
convert shirt.png -trim +repage -bordercolor none -border 5 shirt3.png
by niyanwen
2019-10-07T13:32:38-07:00
Forum: Users
Topic: Image looks different after removing transparent space and scaled
Replies: 45
Views: 252534

Re: Image looks different after removing transparent space and scaled

Hi, @snibog
so the thing is in some certain place the alpha channel value is different, the original image has some transparency
by niyanwen
2019-10-07T11:49:35-07:00
Forum: Users
Topic: Image looks different after removing transparent space and scaled
Replies: 45
Views: 252534

Re: Image looks different after removing transparent space and scaled

so my question is there is no way to modify the command to fix this right?
the only way to fix it is update my image magick version?