[krita] [Bug 413970] No EXIF data for TIFF images

2023-04-29 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=413970

--- Comment #8 from amyspark  ---
Git commit 0122d3461034d651ae7016db338857ddd11061c9 by L. E. Segovia.
Committed on 30/04/2023 at 02:22.
Pushed by lsegovia into branch 'master'.

tiff: Fix heap-buffer-overflow when endian swapping big-endian IPTC metadata

TIFFSwabArrayOfLong treats the array as N uint32_t, not N bytes (which
is what TIFFGetField returns).
Related: bug 468601
(cherry picked from commit bbee5eff34e7a17c4a1c7b59abe4823ccff7f58c)

M  +4-3plugins/impex/tiff/kis_tiff_import.cc

https://invent.kde.org/graphics/krita/commit/0122d3461034d651ae7016db338857ddd11061c9

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413970] No EXIF data for TIFF images

2023-04-29 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=413970

--- Comment #7 from amyspark  ---
Git commit bbee5eff34e7a17c4a1c7b59abe4823ccff7f58c by L. E. Segovia.
Committed on 30/04/2023 at 02:21.
Pushed by lsegovia into branch 'krita/5.1'.

tiff: Fix heap-buffer-overflow when endian swapping big-endian IPTC metadata

TIFFSwabArrayOfLong treats the array as N uint32_t, not N bytes (which
is what TIFFGetField returns).
Related: bug 468601

M  +4-3plugins/impex/tiff/kis_tiff_import.cc

https://invent.kde.org/graphics/krita/commit/bbee5eff34e7a17c4a1c7b59abe4823ccff7f58c

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413970] No EXIF data for TIFF images

2021-09-04 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=413970

Dmitry Kazakov  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/grap
   ||hics/krita/commit/cd1b48251
   ||c6be36afa0d39af447ce8140dfd
   ||7203
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #6 from Dmitry Kazakov  ---
Git commit cd1b48251c6be36afa0d39af447ce8140dfd7203 by Dmitry Kazakov, on
behalf of L. E. Segovia.
Committed on 04/09/2021 at 13:08.
Pushed by dkazakov into branch 'master'.

TIFF: parse Exif metadata

There are a couple limitations wrt Exiv2 which have been reported
upstream:

https://github.com/Exiv2/exiv2/issues/1879

M  +2-2plugins/impex/tiff/CMakeLists.txt
M  +165  -16   plugins/impex/tiff/kis_tiff_converter.cc

https://invent.kde.org/graphics/krita/commit/cd1b48251c6be36afa0d39af447ce8140dfd7203

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413970] No EXIF data for TIFF images

2021-09-04 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=413970

--- Comment #4 from Dmitry Kazakov  ---
Git commit d8822ab986b82c7755c558950055ade1e7fc13c5 by Dmitry Kazakov, on
behalf of L. E. Segovia.
Committed on 04/09/2021 at 13:08.
Pushed by dkazakov into branch 'master'.

TIFF: parse XMP metadata

M  +21   -0plugins/impex/tiff/kis_tiff_converter.cc
M  +11   -0plugins/impex/tiff/kis_tiff_writer_visitor.cpp

https://invent.kde.org/graphics/krita/commit/d8822ab986b82c7755c558950055ade1e7fc13c5

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413970] No EXIF data for TIFF images

2021-09-04 Thread Dmitry Kazakov
https://bugs.kde.org/show_bug.cgi?id=413970

--- Comment #5 from Dmitry Kazakov  ---
Git commit 25c2d09e4781d16ef26c9d3662fc3234977ecde2 by Dmitry Kazakov, on
behalf of L. E. Segovia.
Committed on 04/09/2021 at 13:08.
Pushed by dkazakov into branch 'master'.

TIFF: parse IPTC metadata

M  +24   -0plugins/impex/tiff/kis_tiff_converter.cc
M  +17   -1plugins/impex/tiff/kis_tiff_writer_visitor.cpp

https://invent.kde.org/graphics/krita/commit/25c2d09e4781d16ef26c9d3662fc3234977ecde2

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413970] No EXIF data for TIFF images

2021-08-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=413970

--- Comment #3 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/graphics/krita/-/merge_requests/1015

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413970] No EXIF data for TIFF images

2021-08-10 Thread amyspark
https://bugs.kde.org/show_bug.cgi?id=413970

amyspark  changed:

   What|Removed |Added

 Status|CONFIRMED   |ASSIGNED
 CC||a...@amyspark.me
   Assignee|krita-bugs-n...@kde.org |a...@amyspark.me

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413970] No EXIF data for TIFF images

2020-04-07 Thread Tymond
https://bugs.kde.org/show_bug.cgi?id=413970

Tymond  changed:

   What|Removed |Added

 CC||tamtamy.tym...@gmail.com

--- Comment #2 from Tymond  ---
First the exif data dialog and stuff needs to be properly implemented.

bug 410341 (it shows internal problems with how the exif data dialog is
implemented)
bug 396669
bug 396672

Phabricator task: https://phabricator.kde.org/T12935

-- 
You are receiving this mail because:
You are watching all bug changes.

[krita] [Bug 413970] No EXIF data for TIFF images

2019-11-09 Thread wolthera
https://bugs.kde.org/show_bug.cgi?id=413970

wolthera  changed:

   What|Removed |Added

 CC||griffinval...@gmail.com
 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
   Severity|normal  |wishlist

--- Comment #1 from wolthera  ---
Setting this to wishlist, it is just not implemented.

-- 
You are receiving this mail because:
You are watching all bug changes.