You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Damjan Jovanovic (JIRA)" <ji...@apache.org> on 2016/09/06 17:21:21 UTC

[jira] [Resolved] (IMAGING-172) Microsoft tags are not seen in MS Windows Properties/Details dialog

     [ https://issues.apache.org/jira/browse/IMAGING-172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damjan Jovanovic resolved IMAGING-172.
--------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.0

Fixed by commit 1759460:

Null-terminate the XpString tag, and store it in the root directory where
Windows looks for it instead of the EXIF directory. Also deletes the 
IPTC and XMP metadata which contains conflicting tags which Windows
uses instead when present.

Resolving FIXED.

> Microsoft tags are not seen in MS Windows Properties/Details dialog
> -------------------------------------------------------------------
>
>                 Key: IMAGING-172
>                 URL: https://issues.apache.org/jira/browse/IMAGING-172
>             Project: Commons Imaging
>          Issue Type: Bug
>          Components: Format: JPEG
>            Reporter: Alexander Radzin
>             Fix For: 1.0
>
>         Attachments: file-props-dialog.png
>
>
> Here is the scenario.
> 1. Add the following lines to {{MicrosoftTagTest.testRewrite()}}. 
> {code}
> OutputStream out = new FileOutputStream(new File("/temp/mytest.jpg"));
> out.write(baos.toByteArray());
> out.flush();
> out.close();
> {code}
> 2. No run the test. 
> 3. Right click on file in the file explorer, open properties dialog and choose "details tab".
> No-one of 4 expected properties (author, comment, subject, title) cannot be found. Title and subject look corrupted. All this happens despite of the test succeeds. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)