I am sorry that I can not simply provide the image. I would have to use imageshack or something similar. If this would be ok (image does not get modified by doing so) we could give it a try. Maybe we can still sort this out without doing so.
What I am trying to do in the first place is: Get a part ...
Search found 6 matches
- 2011-03-13T16:48:02-07:00
- Forum: Users
- Topic: how to crop without changing type
- Replies: 12
- Views: 21867
- 2011-03-13T16:15:32-07:00
- Forum: Bugs
- Topic: possible bug -type truecolor PNG32: reports palettematte
- Replies: 6
- Views: 13296
Re: possible bug -type truecolor PNG32: reports palettematte
Thank you all for your efforts and answers.
Fred (board user fmw42) opened up this thread because of this thread which I started:
how to crop without changing type (http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=18269)
I am not really an expert on this, please keep this in mind ...
Fred (board user fmw42) opened up this thread because of this thread which I started:
how to crop without changing type (http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=18269)
I am not really an expert on this, please keep this in mind ...
- 2011-03-13T15:41:59-07:00
- Forum: Users
- Topic: how to crop without changing type
- Replies: 12
- Views: 21867
Re: how to crop without changing type
Thank you Fred.
Now, this information does shed some light on it.
First let's do as suggested:
identify -verbose png32:part-of-it.png
Format: PNG32 (32-bit RGBA PNG, semitransparency OK)
before it was just this
Format: PNG (Portable Network Graphics)
No other changes in the output of ...
Now, this information does shed some light on it.
First let's do as suggested:
identify -verbose png32:part-of-it.png
Format: PNG32 (32-bit RGBA PNG, semitransparency OK)
before it was just this
Format: PNG (Portable Network Graphics)
No other changes in the output of ...
- 2011-03-13T09:37:30-07:00
- Forum: Users
- Topic: how to crop without changing type
- Replies: 12
- Views: 21867
Re: how to crop without changing type
Again, thank you both.
I tried convert big-pic_orig.png -channel rgba -matte -crop 880x600+200+190\! +repage -strip -type TrueColorMatte png32:part-of-it.png , but neither did it work for you nor for me.
Thank you for submitting a bug report, this saves me the time to find out how to do this ...
I tried convert big-pic_orig.png -channel rgba -matte -crop 880x600+200+190\! +repage -strip -type TrueColorMatte png32:part-of-it.png , but neither did it work for you nor for me.
Thank you for submitting a bug report, this saves me the time to find out how to do this ...
- 2011-03-12T12:37:19-07:00
- Forum: Users
- Topic: how to crop without changing type
- Replies: 12
- Views: 21867
Re: how to crop without changing type
Thank you both for your answers.
It gives me some sort of comfort that it is more of a bug and less of a user failure. The downside is, there is no way to solve it quickly.
Easy things first:
I tried +repage and -repage 880x600+0+0 and found no difference. I guess the exclamation mark appended to ...
It gives me some sort of comfort that it is more of a bug and less of a user failure. The downside is, there is no way to solve it quickly.
Easy things first:
I tried +repage and -repage 880x600+0+0 and found no difference. I guess the exclamation mark appended to ...
- 2011-03-11T15:57:48-07:00
- Forum: Users
- Topic: how to crop without changing type
- Replies: 12
- Views: 21867
how to crop without changing type
Hi.
I feel a bit insecure to bother you with this little problem, but it bugs me enough to register here, so I hope someone can help or enlighten me:
I want to crop a region from a bigger PNG-image without changing anything else. My tries on the bash command line are:
convert -background white ...
I feel a bit insecure to bother you with this little problem, but it bugs me enough to register here, so I hope someone can help or enlighten me:
I want to crop a region from a bigger PNG-image without changing anything else. My tries on the bash command line are:
convert -background white ...