Skip to content

Conversation

hexbabe
Copy link
Member

@hexbabe hexbabe commented Sep 4, 2025

Please see the test notes I took that guided the unit tests written for this new logic here: RSDK-11641

TODO:

  • State machine comment documentation in code
  • Manual tests

@viambot viambot added the safe to test This pull request is marked safe to test from a trusted zone label Sep 4, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Sep 5, 2025
Comment on lines +19 to +25
var streamableImageMIMETypes = map[string]interface{}{
rutils.MimeTypeRawRGBA: nil,
rutils.MimeTypeRawDepth: nil,
rutils.MimeTypeJPEG: nil,
rutils.MimeTypePNG: nil,
rutils.MimeTypeQOI: nil,
}
Copy link
Member Author

@hexbabe hexbabe Sep 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added an f.name print in sniff

f.name ppm
f.name qoi
f.name bmp
f.name tiff
f.name tiff
f.name gif
f.name jpeg

In addition to the first four supported formats, we also support QOI.

…n when filter; Add test that checks that; Add test that checks lazy decode config error
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Sep 5, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Sep 5, 2025
@viambot viambot added safe to test This pull request is marked safe to test from a trusted zone and removed safe to test This pull request is marked safe to test from a trusted zone labels Sep 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe to test This pull request is marked safe to test from a trusted zone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants