Adding metadata to NEF file

Discussions about image processing and document imaging.
Post Reply
Charmees
Posts: 3
Joined: Mon Dec 23, 2013 10:34 pm

Adding metadata to NEF file

Post by Charmees » Mon Dec 23, 2013 10:50 pm

Code: Select all

GdPictureImaging oGdPictureImaging = new GdPictureImaging();

			int ImageID = oGdPictureImaging.CreateGdPictureImageFromFile("file.NEF", false, true);
			oGdPictureImaging.TagSetValueString(ImageID, Tags.TagPrintIMData, TagType.TagTypeASCII, "mydata");

         //oGdPictureImaging.SaveAsTIFF(ImageID, "c:\test.tif", TiffCompression.TiffCompressionCCITT4)
			oGdPictureImaging.SAVEASNEF()
			oGdPictureImaging.ReleaseGdPictureImage(ImageID);

how to save the file back as *.NEF ? these is no command there such as : SAVEASNEF.

Only types TIFF, BMP, GIF, JPG etc etc.

Cedric
Posts: 269
Joined: Sun Sep 02, 2012 7:30 pm

Re: Adding metadata to NEF file

Post by Cedric » Tue Jan 07, 2014 12:53 pm

Hi,

If my information are correct, .NEF document format is Nikon RAW image file and we do not support RAW file as output, only input.

Cheers!

Charmees
Posts: 3
Joined: Mon Dec 23, 2013 10:34 pm

Re: Adding metadata to NEF file

Post by Charmees » Tue Jan 07, 2014 12:54 pm

Cedric wrote:Hi,

If my information are correct, .NEF document format is Nikon RAW image file and we do not support RAW file as output, only input.

Cheers!
ok thanks

Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests