forked from CarnegieTechnologies/gallery_saver
-
Couldn't load subscription status.
- Fork 23
Open
Description
We can also saveRAW images, as used by major DSLR/mirrorless cameras, by extending the list of files types in: files.dart.
const List<String> imageFormats = [
'.jpeg',
'.png',
'.jpg',
'.cr2',
'.cr3',
'.nef',
'.arw',
'.gif',
'.webp',
'.tif',
'.heic',
'.avif'
];with RAW formats:
.cr2: older Canon cameras.cr3: CanonRAWimages.nef: NikonRAWimages.arw: SonyRAWimages
Android/iOS should even be able to handle many more RAW formats. So far, I was only able to test these formats
Details
Metadata
Metadata
Assignees
Labels
No labels