Home | History | Annotate | Download | only in source

Lines Matching full:tiff

1046 /// dng_stream in TIFF or DNG format.
1084 /// Write a dng_image to a dng_stream in TIFF format.
1086 /// \param stream The dng_stream on which to write the TIFF.
1090 /// \param negative or metadata If non-NULL, EXIF, IPTC, and XMP metadata from this negative is written to TIFF.
1091 /// \param space If non-null and color space has an ICC profile, TIFF will be tagged with this
1093 /// \param resolution If non-NULL, TIFF will be tagged with this resolution.
1094 /// \param thumbnail If non-NULL, will be stored in TIFF as preview image.
1095 /// \param imageResources If non-NULL, will image resources be stored in TIFF as well.
1096 /// \param metadataSubset The subset of metadata (e.g., copyright only) to include in the TIFF.
1122 /// Write a dng_image to a dng_stream in TIFF format.
1124 /// \param stream The dng_stream on which to write the TIFF.
1128 /// \param negative or metadata If non-NULL, EXIF, IPTC, and XMP metadata from this negative is written to TIFF.
1129 /// \param profileData If non-null, TIFF will be tagged with this profile. No color space conversion
1132 /// \param resolution If non-NULL, TIFF will be tagged with this resolution.
1133 /// \param thumbnail If non-NULL, will be stored in TIFF as preview image.
1134 /// \param imageResources If non-NULL, will image resources be stored in TIFF as well.
1135 /// \param metadataSubset The subset of metadata (e.g., copyright only) to include in the TIFF.
1165 /// \param stream The dng_stream on which to write the TIFF.
1180 /// \param stream The dng_stream on which to write the TIFF.