Created
March 22, 2011 15:29
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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