Search found 7 matches
- 2015-07-09T04:28:08-07:00
- Forum: Users
- Topic: Convert contrast stretch option
- Replies: 4
- Views: 3137
Re: Convert contrast stretch option
Thanks for the reply fmw42.
- 2015-07-07T04:57:21-07:00
- Forum: Users
- Topic: Convert contrast stretch option
- Replies: 4
- Views: 3137
Re: Convert contrast stretch option
fmw42,
Could you elaborate a litte more ?
What is getting "bin" ? Also if I simple give single number like just 5% (and not 5%x1% or 5%x2%) what would be the default value for 2nd number ?
Could you elaborate a litte more ?
What is getting "bin" ? Also if I simple give single number like just 5% (and not 5%x1% or 5%x2%) what would be the default value for 2nd number ?
- 2015-07-06T20:28:28-07:00
- Forum: Users
- Topic: Convert contrast stretch option
- Replies: 4
- Views: 3137
Convert contrast stretch option
Hi all,
Is there a difference between "normalize" and
"contrast-stretch" option?
What does the % value mean in contrast-stretch?
For e.g. If I say convert -contrast-stretch 5% inp.tiff output.tiff , what does 5 mean here??
Is there a difference between "normalize" and
"contrast-stretch" option?
What does the % value mean in contrast-stretch?
For e.g. If I say convert -contrast-stretch 5% inp.tiff output.tiff , what does 5 mean here??
- 2015-05-18T23:19:33-07:00
- Forum: Users
- Topic: convert specify the valid range of pixel values
- Replies: 6
- Views: 1769
Re: convert specify the valid range of pixel values
Thanks snibgo. What you said worked!
- 2015-05-07T22:29:55-07:00
- Forum: Users
- Topic: convert specify the valid range of pixel values
- Replies: 6
- Views: 1769
Re: convert specify the valid range of pixel values
snibgo,
I am using the command "convert" .
How can be specify x16 and /16 in the command ?
I am using the command "convert" .
How can be specify x16 and /16 in the command ?
- 2015-05-07T09:31:15-07:00
- Forum: Users
- Topic: convert specify the valid range of pixel values
- Replies: 6
- Views: 1769
Re: convert specify the valid range of pixel values
I want to perform contrast stretch.but the output after stretch is becoming 16-bit...I want the output to be 12bt as well
- 2015-05-07T02:56:37-07:00
- Forum: Users
- Topic: convert specify the valid range of pixel values
- Replies: 6
- Views: 1769
convert specify the valid range of pixel values
Hi all, I have an image with 12bit/pixel data. That is, the pixel values range from 0 to 2^12-1. But the pixel is stored in two bytes. (16 bits out of which only 12 bits are valid) Is there a way I can make convert to process only 12 bits and not entire 16 bits ? Because I tried using enhance using ...