mirror of
https://github.com/Syping/ragephoto-cli.git
synced 2025-12-04 16:51:48 +01:00
enforce code style with Boolean
This commit is contained in:
parent
c131a7532e
commit
4cc95309a2
3 changed files with 8 additions and 8 deletions
2
Jpeg.cs
2
Jpeg.cs
|
|
@ -29,7 +29,7 @@ internal class Jpeg {
|
|||
return jpegStream.ToArray();
|
||||
}
|
||||
|
||||
internal static Byte[] GetJpeg(Stream input, bool imageAsIs, out Size size) {
|
||||
internal static Byte[] GetJpeg(Stream input, Boolean imageAsIs, out Size size) {
|
||||
try {
|
||||
if (imageAsIs) {
|
||||
using MemoryStream jpegStream = new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue