Skip to content

Commit

Permalink
Add a new bug description for image library
Browse files Browse the repository at this point in the history
  • Loading branch information
mitrakov committed Nov 11, 2023
1 parent 26c3fa3 commit 79d2c61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ class _MyAppState extends State<MyApp> {
/// -: sometimes cuts off EXIF data: "Corrupt data. The data provided does not follow the specification. ExifData: Tag data past end of buffer (1823 > 1915)" (v4.1.3)
/// -: bug: https://github.com/brendan-duncan/image/issues/460
/// -: bug: https://github.com/brendan-duncan/image/issues/462
/// -: bug: https://github.com/brendan-duncan/image/issues/587
/// -: no Webp support
Future<Uint8List> _converterWinLinux(Uint8List image, String path, int? rotate, Rect? cropRect) {
final image0 = img.decodeImage(image)!; // use v4.0.11+ (https://github.com/brendan-duncan/image/issues/460)
Expand Down

0 comments on commit 79d2c61

Please sign in to comment.