planetarypy / pdsview

Python PDS Image Viewer
BSD 3-Clause "New" or "Revised" License
13 stars 7 forks source link

Add "Channel Next" (Ch +) and "Channel Prev" (Ch -) button in pdsview #6

Closed bvnayak closed 9 years ago

bvnayak commented 9 years ago

Add these two buttons for an RGB image. Also, modify the "Histogram tool" too show histogram of each plane i.e. R, G and B separately.

bvnayak commented 9 years ago

screen shot 2015-05-13 at 2 22 43 pm

bvnayak commented 9 years ago

We can clearly see the 3 histograms for R, G, B in a single frame. Make it separated. By doing this, we will also have to add a button "RGB" which will enable the RGB mode for an image to display.

percurnicus commented 9 years ago

Fixed in #28 screen shot 2015-08-31 at 1 39 35 pm