GraphicsMagick: DPX: Revert undocumented change to 'DPX:file.cre...

GraphicsMagick Commits <[email protected]>
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.3603.1665676198.1567.graphicsmagick-commit@lists.sourceforge.net>
changeset ff5925ce1a1e in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=ff5925ce1a1e
summary: DPX: Revert undocumented change to 'DPX:file.creator' attribute

diffstat:

 ChangeLog          |  5 +++++
 coders/dpx.c       |  6 +++---
 www/Changelog.html |  7 +++++++
 3 files changed, 15 insertions(+), 3 deletions(-)

diffs (62 lines):

diff -r bb1386e43ed9 -r ff5925ce1a1e ChangeLog
--- a/ChangeLog	Thu Oct 13 10:43:34 2022 -0500
+++ b/ChangeLog	Thu Oct 13 10:49:38 2022 -0500
@@ -1,3 +1,8 @@
+2022-10-13  Bob Friesenhahn  <[email protected]>
+
+	* coders/dpx.c: Revert undocumented change to 'DPX:file.creator'
+	attribute.
+
 2022-10-13    Fojtik Jaroslav  <[email protected]>
 
         * coders/tga.c Block alpha channel depending on value "AttributesType".
diff -r bb1386e43ed9 -r ff5925ce1a1e coders/dpx.c
--- a/coders/dpx.c	Thu Oct 13 10:43:34 2022 -0500
+++ b/coders/dpx.c	Thu Oct 13 10:49:38 2022 -0500
@@ -1,5 +1,5 @@
 /*
-% Copyright (C) 2005-2021 GraphicsMagick Group
+% Copyright (C) 2005-2022 GraphicsMagick Group
 %
 % This program is covered by multiple licenses, which are described in
 % Copyright.txt. You should have received a copy of Copyright.txt with this
@@ -1690,12 +1690,12 @@
   StringToAttribute(image,"comment",dpx_file_info.project_name);
   StringToAttribute(image,"copyright",dpx_file_info.copyright);
   StringToAttribute(image,"document",dpx_file_info.image_filename);
-  StringToAttribute(image,"creator",dpx_file_info.creator);
   /* StringToAttribute(image,"timestamp",dpx_file_info.creation_datetime); */
 
   StringToAttribute(image,"DPX:file.version",dpx_file_info.header_format_version);
   StringToAttribute(image,"DPX:file.filename",dpx_file_info.image_filename);
   StringToAttribute(image,"DPX:file.creation.datetime",dpx_file_info.creation_datetime);
+  StringToAttribute(image,"DPX:file.creator",dpx_file_info.creator);
   StringToAttribute(image,"DPX:file.project.name",dpx_file_info.project_name);
   StringToAttribute(image,"DPX:file.copyright",dpx_file_info.copyright);
   U32ToAttribute(image,"DPX:file.encryption.key",dpx_file_info.encryption_key);
@@ -4239,7 +4239,7 @@
   GenerateDPXTimeStamp(dpx_file_info.creation_datetime,
                        sizeof(dpx_file_info.creation_datetime));
 #if 0 /* To enable use of original file creator. */
-  AttributeToString(image_info,image,"creator",dpx_file_info.creator);
+  AttributeToString(image_info,image,"DPX:file.creator",dpx_file_info.creator);
   if (dpx_file_info.creator[0] == '\0')
 #endif
     (void) strlcpy(dpx_file_info.creator,GetMagickVersion((unsigned long *) NULL),
diff -r bb1386e43ed9 -r ff5925ce1a1e www/Changelog.html
--- a/www/Changelog.html	Thu Oct 13 10:43:34 2022 -0500
+++ b/www/Changelog.html	Thu Oct 13 10:49:38 2022 -0500
@@ -37,6 +37,13 @@
 </div>
 
 <div class="document">
+<p>2022-10-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
+<blockquote>
+<ul class="simple">
+<li><p>coders/dpx.c: Revert undocumented change to 'DPX:file.creator'
+attribute.</p></li>
+</ul>
+</blockquote>
 <p>2022-10-13    Fojtik Jaroslav  &lt;<a class="reference external" href="mailto:JaFojtik&#37;&#52;&#48;yandex&#46;com">JaFojtik<span>&#64;</span>yandex<span>&#46;</span>com</a>&gt;</p>
 <blockquote>
 <ul class="simple">
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.