Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C578C118B4 for ; Tue, 3 Jun 2014 22:04:02 +0000 (UTC) Received: (qmail 25532 invoked by uid 500); 3 Jun 2014 22:04:02 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 25387 invoked by uid 500); 3 Jun 2014 22:04:02 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 25165 invoked by uid 99); 3 Jun 2014 22:04:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jun 2014 22:04:02 +0000 Date: Tue, 3 Jun 2014 22:04:02 +0000 (UTC) From: "John Hewson (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IMAGING-134) Invalid marker found in entropy data MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 John Hewson created IMAGING-134: ----------------------------------- Summary: Invalid marker found in entropy data Key: IMAGING-134 URL: https://issues.apache.org/jira/browse/IMAGING-134 Project: Commons Imaging Issue Type: Bug Components: Format: JPEG Affects Versions: 1.0 Reporter: John Hewson Attachments: image.jpeg I'm getting the following exception when trying to read a JPEG: Exception in thread "main" org.apache.commons.imaging.ImageReadException: Invalid marker found in entropy data at org.apache.commons.imaging.formats.jpeg.decoder.JpegInputStream.nextBit(JpegInputStream.java:50) at org.apache.commons.imaging.formats.jpeg.decoder.JpegDecoder.decode(JpegDecoder.java:426) at org.apache.commons.imaging.formats.jpeg.decoder.JpegDecoder.readMCU(JpegDecoder.java:320) at org.apache.commons.imaging.formats.jpeg.decoder.JpegDecoder.visitSOS(JpegDecoder.java:124) at org.apache.commons.imaging.formats.jpeg.JpegUtils.traverseJFIF(JpegUtils.java:80) at org.apache.commons.imaging.formats.jpeg.decoder.JpegDecoder.decode(JpegDecoder.java:436) at org.apache.commons.imaging.formats.jpeg.JpegImageParser.getBufferedImage(JpegImageParser.java:98) at org.apache.commons.imaging.Imaging.getBufferedImage(Imaging.java:1378) at org.apache.commons.imaging.Imaging.getBufferedImage(Imaging.java:1341) -- This message was sent by Atlassian JIRA (v6.2#6252)