Skip to content

Instantly share code, notes, and snippets.

@573
Created March 22, 2011 15:29
Show Gist options
  • Save 573/881414 to your computer and use it in GitHub Desktop.
Save 573/881414 to your computer and use it in GitHub Desktop.
Changes applied to dng_image_writer.cpp to prepare for csv output of r-, g- and b-values. Applies to dng_sdk version 1.3 from Adobe.
--- E:\temp\dng_sdk_1_3\dng_sdk\source\dng_image_writer.cpp_original 2009-06-22 13:07:00 +0000
+++ E:\temp\dng_sdk_1_3\dng_sdk\source\dng_image_writer.cpp 2011-03-22 15:28:09 +0000
@@ -2960,6 +2960,16 @@
}
+
+/*****************************************************************************/
+
+void dng_image_writer::WriteTXT (dng_host &host,
+ dng_stream &stream,
+ const dng_image &image)
+ {
+ fprintf(stderr, "Not implemented yet.\n");
+ }
+
/*****************************************************************************/
void dng_image_writer::WriteTIFF (dng_host &host,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment