Uploaded image for project: 'Commons Imaging'
  1. Commons Imaging
  2. IMAGING-172

Microsoft tags are not seen in MS Windows Properties/Details dialog

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.0-alpha1
    • Format: JPEG
    • None

    Description

      Here is the scenario.

      1. Add the following lines to MicrosoftTagTest.testRewrite().

      OutputStream out = new FileOutputStream(new File("/temp/mytest.jpg"));
      out.write(baos.toByteArray());
      out.flush();
      out.close();
      

      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.

      Attachments

        1. file-props-dialog.png
          14 kB
          Alexander Radzin

        Activity

          People

            Unassigned Unassigned
            alexander_radzin Alexander Radzin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: