Skip to content

Commit

Permalink
No caps for "darktable" in EXR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
houz committed Apr 21, 2016
1 parent 7cd8ea4 commit d05805e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imageio/format/exr.cc
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ int write_image(dt_imageio_module_data_t *tmp, const char *filename, const void
Imf::Header header(exr->width, exr->height, 1, Imath::V2f(0, 0), 1, Imf::INCREASING_Y,
(Imf::Compression)exr->compression);

header.insert("comment", Imf::StringAttribute("Developed using Darktable " PACKAGE_VERSION));
header.insert("comment", Imf::StringAttribute("Developed using darktable " PACKAGE_VERSION));

header.insert("exif", Imf::BlobAttribute(exif_blob));

Expand Down

0 comments on commit d05805e

Please sign in to comment.