Closed powhu closed 7 years ago
Maybe this is bug of NSImageCompressionFactor.
NSImageCompressionFactor
I change the code below fix the problem.
ResizeModel.m 164
NSDictionary *properties = quality == 1.0 ? @{} : @{NSImageCompressionFactor : @(quality)}; NSData *data = [bitmapRep representationUsingType:fileType properties:properties];
Ah strange behaviour indeed, might be a but of NSImageCompressionFactor as you mentioned. Pushed a new version out that includes your fixed code. Thanks!
Maybe this is bug of
NSImageCompressionFactor
.I change the code below fix the problem.
ResizeModel.m 164