Open lovelyelfpop opened 8 years ago
Hi,
I am not sure which one of the two is a bug. From the title I thought the bug was on Android, but from the description I understand the bug is in iOS. The problem is that the extension IS being added, or not being added? Because I actually think that it is better to add the extension. But if you have a different point of view, please share it.
@RaananW I think it's better not to add the extension. The output file name should be determined by the param "params.filename".
com.raananw.imageResizer\src\ios\ImageResize.m
NSRange r = [filename rangeOfString:format options:NSCaseInsensitiveSearch]; //removed if (r.location == NSNotFound) { [fullFileName appendString:@"."]; [fullFileName appendString:format]; }
I think the code above should be removed