I sometimes work with 12-bit images which are saved into 16-bit files. As file's maximum supported intensity is 65535, and actual brightest pixel has 4095 intensity, the image appears very dark:
12_as_16.png
Such images should be rescaled so they look like this:
12_as_16_rescaled.png
Ideally ...
Search found 5 matches
- Mon Sep 30, 2024 6:46 pm
- Forum: MP - Suggestions
- Topic: Rescale intensity of 12 bit image encoded as 16 bit
- Replies: 0
- Views: 467
- Tue Dec 11, 2012 8:41 am
- Forum: Classic - General Support
- Topic: Command-line cropping
- Replies: 2
- Views: 901
Re: Command-line cropping
Yes, this is what I was looking for. Thank you and cday (who sent emails).
- Mon Dec 10, 2012 2:54 pm
- Forum: Classic - General Support
- Topic: Command-line cropping
- Replies: 2
- Views: 901
Command-line cropping
I need to crop many (192) png images into left and right parts, while avoiding some object in the middle. Images are of different resolutions. I have coordinates of these objects (it is output of my program), and I can control the format of these coordinates.
What is the simplest way to do this? I ...
What is the simplest way to do this? I ...
- Mon May 17, 2010 1:18 pm
- Forum: Classic - Bug Reports
- Topic: Aspect ratio viewing
- Replies: 2
- Views: 912
Re: Aspect ratio viewing
Since these are PNG images, EXIF DPI has no effect. However, if I disable "Adjust Zoom if X/Y are different" then the picture is displayed without correcting aspect ratio at all (displayed size is either 512x14 or 14x512).
- Fri May 14, 2010 7:31 am
- Forum: Classic - Bug Reports
- Topic: Aspect ratio viewing
- Replies: 2
- Views: 912
Aspect ratio viewing
Hi!
I have an image, 512x14, with DPI 40/5. This image displays the way I want it (properly?): the low-DPI axis (y) gets enlarged. However, if I rotate this same picture to get 14x512 with DPI 5/40, ie. image gets displayed with y axis reduced, so that display size is approx 14x64 instead of ...
I have an image, 512x14, with DPI 40/5. This image displays the way I want it (properly?): the low-DPI axis (y) gets enlarged. However, if I rotate this same picture to get 14x512 with DPI 5/40, ie. image gets displayed with y axis reduced, so that display size is approx 14x64 instead of ...