[jira] [Commented] (IMAGING-121) Null Pointer exception while extracting metadata for CR2 image

2013-10-31 Thread Piyush Kapoor (JIRA)

[ 
https://issues.apache.org/jira/browse/IMAGING-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13809990#comment-13809990
 ] 

Piyush Kapoor commented on IMAGING-121:
---

I have a canon raw image for which imageheight is coming to be null. 

> Null Pointer exception while extracting metadata for CR2 image
> --
>
> Key: IMAGING-121
> URL: https://issues.apache.org/jira/browse/IMAGING-121
> Project: Commons Imaging
>  Issue Type: Bug
>Reporter: Piyush Kapoor
>Priority: Minor
> Attachments: Tiff.patch
>
>
> rowsPerStrip = imageHeight.getIntValue(); 
> is getting a null pointer exception if imageHeight is null



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (IMAGING-121) Null Pointer exception while extracting metadata for CR2 image

2013-10-30 Thread Damjan Jovanovic (JIRA)

[ 
https://issues.apache.org/jira/browse/IMAGING-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13809529#comment-13809529
 ] 

Damjan Jovanovic commented on IMAGING-121:
--

Why would imageHeight be null? Is this a TIFF file or an JPEG EXIF thumbnail?

> Null Pointer exception while extracting metadata for CR2 image
> --
>
> Key: IMAGING-121
> URL: https://issues.apache.org/jira/browse/IMAGING-121
> Project: Commons Imaging
>  Issue Type: Bug
>Reporter: Piyush Kapoor
>Priority: Minor
> Attachments: Tiff.patch
>
>
> rowsPerStrip = imageHeight.getIntValue(); 
> is getting a null pointer exception if imageHeight is null



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Commented] (IMAGING-121) Null Pointer exception while extracting metadata for CR2 image

2013-10-28 Thread Piyush Kapoor (JIRA)

[ 
https://issues.apache.org/jira/browse/IMAGING-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806624#comment-13806624
 ] 

Piyush Kapoor commented on IMAGING-121:
---

Attached the patch.

> Null Pointer exception while extracting metadata for CR2 image
> --
>
> Key: IMAGING-121
> URL: https://issues.apache.org/jira/browse/IMAGING-121
> Project: Commons Imaging
>  Issue Type: Bug
>Reporter: Piyush Kapoor
>Priority: Minor
> Attachments: Tiff.patch
>
>
> rowsPerStrip = imageHeight.getIntValue(); 
> is getting a null pointer exception if imageHeight is null



--
This message was sent by Atlassian JIRA
(v6.1#6144)