-
-
Notifications
You must be signed in to change notification settings - Fork 855
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V4 : Decode Chunky Tile Rows Directly. #2879
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
@@ -648,7 +648,7 @@ private void DecodeTilesPlanar<TPixel>( | |||
} | |||
|
|||
/// <summary> | |||
/// Decodes the image data for Tiff's which arrange the pixel data in tiles and the chunky configuration. | |||
/// Decodes the image data for TIFFs which arrange the pixel data in tiles and the chunky configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Corrected spelling of 'Tiff's' to 'TIFFs'.
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to disable copilot? I dont think this is helpful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JimBobSquarePants Looks fine, I will leave the merging to you this time 😄
@@ -648,7 +648,7 @@ private void DecodeTilesPlanar<TPixel>( | |||
} | |||
|
|||
/// <summary> | |||
/// Decodes the image data for Tiff's which arrange the pixel data in tiles and the chunky configuration. | |||
/// Decodes the image data for TIFFs which arrange the pixel data in tiles and the chunky configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it possible to disable copilot? I dont think this is helpful.
Prerequisites
Description
Replicate #2874 for v4