Closed dkermany closed 3 years ago
Normalizing output images to between 0-255. In its current form, the code produces blank jpg files since the images are not bound between 0 and 255. This change both reduces file size and allows outputs in JPG format
Thank's for the PR! Out of curiosity, what file types did you find the empty jpeg issue with?
Normalizing output images to between 0-255. In its current form, the code produces blank jpg files since the images are not bound between 0 and 255. This change both reduces file size and allows outputs in JPG format