Opened 5 years ago
Last modified 5 years ago
#207 new defect
When using 16bit depth Image fromView:grab: produces 24bit image
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
When running 16bit depth in linux (on windows the 24bit is fixed see #201).
Creating a snapshot image via e.g. Image fromView:textView grab:false.
produces a 24bit image.
Attachments (1)
Change History (2)
comment:1 Changed 5 years ago by
Changed 5 years ago by
Attachment: | ImageTests-test_issue_207_snapshot_16bpp_produces_24bpp_image.st added |
---|
16bpp produces 24bpp image when grabbed from screen
Note: See
TracTickets for help on using
tickets.
I'm attaching testcase that should pass when running on 16bpp (please note that there is a #isDepth16Image selector which has been created in #126).
Here is the source: