Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix RgbScalar
  • Loading branch information
stefannikolei committed Mar 26, 2023
commit 8199e0611b0ba09c1f15a751dc579daba0de48d4
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ private static JpegColorConverterBase GetRgbConverter(int precision)
return new RgbScalar(precision);
}

return new GrayscaleScalar(precision);
return new RgbScalar(precision);
}

/// <summary>
Expand Down