SkiaSharp icon indicating copy to clipboard operation
SkiaSharp copied to clipboard

[FEATURE] Gray16 support

Open tlm9201 opened this issue 2 months ago • 2 comments

Is your feature request related to a problem?

i want to use 16bit grayscale pngs but it looks like it doesnt exist in skiasharp: https://learn.microsoft.com/en-us/dotnet/api/skiasharp.skcolortype

Describe the solution you would like

add SkColorType.Gray16

Describe alternatives you have considered

n/a

Additional context

No response

Code of Conduct

  • [x] I agree to follow this project's Code of Conduct

tlm9201 avatar Oct 15 '25 01:10 tlm9201

Triage Summary

No labels will be applied as the issue is a feature request for adding Gray16 support, and there are no applicable labels available.

This issue is not a regression but rather a request for new functionality in SkiaSharp related to 16-bit grayscale PNGs.

Additional remarks:

  • The issue suggests the addition of SkColorType.Gray16, but there are no relevant existing labels for such feature requests, particularly in the context of backend or graphics rendering.
Detailed Summary and Actions

Summary of the triage:

  • The issue is a feature request rather than a bug fix or performance issue.
  • It requests support for 16-bit grayscale PNGs specifically, focusing on SkColorType.Gray16.
  • There are no predefined labels for feature requests, enhancements, or related functionality in the current labeling system.

Summary of the actions that will be performed:

Action Item Description
No Action N/A The issue does not fit into any existing labeling categories, specifically for feature requests.

This entire triage process was automated by AI and mistakes may have been made. Please let us know so we can continue to improve.

github-actions[bot] avatar Oct 15 '25 01:10 github-actions[bot]

There's no Gray16 support upstream: https://api.skia.org/SkColorType_8h.html

molesmoke avatar Oct 15 '25 01:10 molesmoke