Files
lazarus-ccr/components/fpexif/fpemakernote.pas
2019-01-26 19:03:29 +00:00

16 lines
338 B
ObjectPascal

{ Add this unit to the "uses" clause of the main form in order be able to
read the MakerNote tag of all supported camera makes. }
unit fpeMakerNote;
interface
uses
fpeMakerNoteCanonCasio, fpeMakerNoteEpson, fpeMakerNoteFuji,
fpeMakerNoteMinolta, fpeMakerNoteNikon, fpeMakerNoteOlympus,
fpeMakerNoteSanyo;
implementation
end.