I am working in radiologycal image procewssing.In this i am having 16 bit image and my monitor display capacity also 16 bit so how to display my image using Qgraphicsview.
Thanks in advance
I am working in radiologycal image procewssing.In this i am having 16 bit image and my monitor display capacity also 16 bit so how to display my image using Qgraphicsview.
Thanks in advance
with regards
VISHNU T
Design ImageProcessing
Add a QGraphicsPixmapItem to your QGraphicsScene. If your image is in DICOM format, there is LGPL-licensed code available for reading it into QImage, which you then convert into a QPixmap for display. If it is in some other format, Qt may support it already (built-in or using an image plugin) or you can ask your friend Google for help.
<=== The Great Pumpkin says ===>
Please use CODE tags when posting source code so it is more readable. Click "Go Advanced" and then the "#" icon to insert the tags. Paste your code between them.
Bookmarks