Search found 71 matches

by niyanwen
2019-10-07T11:35:53-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

Since this version 6.xxx is widely used in our company and is recommended, I would not like to change until it is needed
by niyanwen
2019-10-05T20:26:16-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

when I run convert -list format, I got 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) PNG32* rw-...
by niyanwen
2019-10-05T11:54:45-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

@snibgo

yeah looks like alpha channel value is different after image magick processed, because of this difference could we consider it as different?
by niyanwen
2019-10-05T11:35:19-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,

this is my scale command, I scale it first then trim the transparency on the border
convert a.png -resize 4500x5400! b.png

PNG version is related to ImageMagick version or not? since I work for industry, current image magick version is the widely used version our company
by niyanwen
2019-10-04T20:19:23-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

I used GMIP to take a look and looks like the original image has transparency in the middle and scaled image hasn't transparency, could we consider this as a difference?
by niyanwen
2019-10-04T19:47:17-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

I am new to image processing, could you recommend what's the right way to view it? like by which software?
by niyanwen
2019-10-04T19:40:29-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, I run the convert- list format, and below is what I got 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 (zl...
by niyanwen
2019-10-04T16:28:15-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

@snibgo

I saw there are some faded color on the original pic and there are not on processed image, could we take it as difference?
by niyanwen
2019-10-04T16:27:06-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

@fmw42 when I run ./convert on my remote host I saw this info Version: ImageMagick 6.9.4-1 Q16 x86_64 2019-09-29 http://www.imagemagick.org for platform version, I run this command, and here is output uname -a Linux mftp-ygw-p-f-2-1a-1ebf0e1c.us-east-1.amazon.com 4.9.184-0.1.ac.235.83.329.metal1.x86...
by niyanwen
2019-10-04T11:57:25-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

yeah, but the image is 16MB, could you recommend a place I can upload image?
the version we use IM is ImageMagick = 6.9.4_1;
by niyanwen
2019-10-04T11:32:19-07:00
Forum: Users
Topic: Image looks different after removing transparent space and scaled
Replies: 45
Views: 252534

Image looks different after removing transparent space and scaled

Hi, I have an original image, I scale it and remove the transparence but I randomly found one image, the output image is slightly different from original image anyone knows why this happening? the command I am using is to trim transparent space is convert SHIRT_ART_IMAGE1.png -format "%@" ...
by niyanwen
2019-07-02T14:59:12-07:00
Forum: Users
Topic: How to know the image's transparent space?
Replies: 33
Views: 31481

Re: How to know the image's transparent space?

but if plus x,y offset equals image's full weight and height ? can we assume it is transparent?
by niyanwen
2019-07-02T14:35:27-07:00
Forum: Users
Topic: How to know the image's transparent space?
Replies: 33
Views: 31481

Re: How to know the image's transparent space?

Yeah, but it takes too much time looks like, after getting rid of this command, time is durable now
by niyanwen
2019-07-02T14:23:30-07:00
Forum: Users
Topic: How to know the image's transparent space?
Replies: 33
Views: 31481

Re: How to know the image's transparent space?

basically if output coordinates is 0x0 I mean, can I assume it is a fully transparent image?