|
|
@@ -20,7 +20,7 @@
|
|
|
* @version $Id$
|
|
|
*/
|
|
|
|
|
|
-/** Zend_Pdf_FileParser_Image */
|
|
|
+/** @see Zend_Pdf_FileParser_Image */
|
|
|
require_once 'Zend/Pdf/FileParser/Image.php';
|
|
|
|
|
|
|
|
|
@@ -320,7 +320,7 @@ class Zend_Pdf_FileParser_Image_Png extends Zend_Pdf_FileParser_Image
|
|
|
|
|
|
case Zend_Pdf_Image::PNG_CHANNEL_GRAY_ALPHA:
|
|
|
//Fall through to the next case
|
|
|
- case Zend_Pdf_Image::PING_CHANNEL_RGB_ALPHA:
|
|
|
+ case Zend_Pdf_Image::PNG_CHANNEL_RGB_ALPHA:
|
|
|
require_once 'Zend/Pdf/Exception.php';
|
|
|
throw new Zend_Pdf_Exception( "tRNS chunk illegal for Alpha Channel Images" );
|
|
|
break;
|