ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Can't edit Exif NEF files (Nikon)

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
KGMS Posted - Dec 07 2020 : 03:22:30
Can't edit Exif NEF files (Nikon)

I just want to change the camera model (for example: from NIKON Z 6_2 to NIKON Z 6)

It works with JPEG files

// Update the GPS EXIF data in a file
io := TImageEnIO.create(nil);
try
  io.ParamsFromFile( Filename );

  EXIF_Model:='NIKON Z 6';

  io.InjectJpegEXIF( Filename );
finally
  io.Free;
end;


I can read EXIF from NEF only like this (wherein all Nikon cameras):

IO.LoadFromFileTIFF( Filename );


But I still can't edit



The following functions return an empty value

IO.ParamsFromFile( Filename );
IO.LoadFromFileRAW( Filename );


What am I doing wrong? How do I edit EXIF from NEF?

Thanks


1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Dec 08 2020 : 03:11:53
Hi

ImageEn does not support editing of RAW camera images or their meta-data.



Nigel
Xequte Software
www.imageen.com