#2280 closed enhancement (fixed)
Can't take screenshot in 16 bit colour space
Reported by: | idefix | Owned by: | leavengood |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
I wanted to make a screenshot for another bug, but was unable to do so: SaveToPNG: /boot/home/screen3.png (1024x768) Unsupported color space
I found this comment in PNGDump.cpp: TODO: support other color spaces if needed
The S3 driver only supports 8 bit and 16 bit colour spaces, so I need this support. Could somebody implement it? Thanks.
Change History (4)
comment:1 by , 16 years ago
Owner: | changed from | to
---|
follow-up: 4 comment:3 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed. Is there a ticket for the screen shot application ?
comment:4 by , 16 years ago
Replying to korli:
Fixed. Is there a ticket for the screen shot application ?
I don't think so, at least there is not one assigned to me. I did start working on the screen shot app some time ago, and it is about 80% done. The only thing left is saving to a file using the translation kit. I may just commit a version that uses your improved PNGDump and the translation kit stuff can be added later. Sorry for the delay on that.
Ryan wanted to write a screen shot application that will be used for these screen shots in the future. Assigning to him.