inline constexpr uint8_t kGifSubBlockTerminator = 0x00;`inline` probably not needed here and below.
case fxcrt::to_underlying(GifSignature::kExtension):How about adding a helper function to convert `signature` to `std::optional<GifSignature>` instead?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
inline constexpr uint8_t kGifSubBlockTerminator = 0x00;`inline` probably not needed here and below.
Done
case fxcrt::to_underlying(GifSignature::kExtension):How about adding a helper function to convert `signature` to `std::optional<GifSignature>` instead?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |