You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bruno P. Kinoshita (Jira)" <ji...@apache.org> on 2019/10/25 08:32:00 UTC

[jira] [Resolved] (IMAGING-217) ImageMetadata NULL returned from Imaging.getMetadata() for JPEG

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

Bruno P. Kinoshita resolved IMAGING-217.
----------------------------------------
    Resolution: Not A Bug

Closing as not a bug. Please feel free to re-open in case the problem persists. See my previous comment too about the validation issue with another tool as well. Thanks!

> ImageMetadata NULL returned from Imaging.getMetadata() for JPEG
> ---------------------------------------------------------------
>
>                 Key: IMAGING-217
>                 URL: https://issues.apache.org/jira/browse/IMAGING-217
>             Project: Commons Imaging
>          Issue Type: Bug
>          Components: Format: JPEG
>    Affects Versions: 1.0-alpha1
>            Reporter: Ritesh Srivastava
>            Assignee: Bruno P. Kinoshita
>            Priority: Blocker
>         Attachments: P1002265.JPG, P1002265.JPG.html
>
>
> The Imaging.getMetadata() API is failing for JPEG Image File (Attached) -
> The same file ImageInfo is geting pulled via Imaging.getImageInfo()
> {code:java}
> File imageFile = new File("D:\\sample_files\\P1002265.jpg");
> ImageInfo imageInfo = Imaging.getImageInfo(imageFile);
> System.out.println(imageInfo);
> ImageMetadata imageMetadata = Imaging.getMetadata(imageFile);
> System.out.println(imageMetadata);
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)