<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Multi-pages of tiff image was not accept by ansel.</title> 
  <pubDate>Fri, 10 Apr 2026 14:48:35 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6022</link> 
  <atom:link rel="self" type="application/rss+xml" title="Multi-pages of tiff image was not accept by ansel." href="https://bugs.horde.org/ticket/6022/rss" /> 
  <description>Multi-pages of tiff image was not accept by ansel.</description> 
 
   
   
  <item> 
   <title>Multi-pages of tiff image did not successfully upload in ans</title> 
   <description>Multi-pages of tiff image did not successfully upload in ansel. Single page is ok.

Example file :

Two pages  http://www.david.tmv.gov.tw/tmp/two_page.tif

One page    http://www.david.tmv.gov.tw/tmp/one_page.tif</description> 
   <pubDate>Thu, 20 Dec 2007 08:23:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t40095</link> 
  </item> 
   
  <item> 
   <title>From the looks of your screen shots, it accepted *one* of th</title> 
   <description>From the looks of your screen shots, it accepted *one* of the pages...were you expecting an additional image to be added to the gallery for each page?  Offhand, I know that imagemagick can support multi page tiffs -&gt; individual jpeg conversion, not sure about gd library.  I can take a look....but is this something we really want to support in Ansel?  The TIFF specification even states that the multi page functionality would likely be ignored by non-document management apps.  Don&#039;t feel strongly either way though...</description> 
   <pubDate>Thu, 20 Dec 2007 17:44:20 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t40121</link> 
  </item> 
   
  <item> 
   <title>Another option would be to attach all pages to a single imag</title> 
   <description>Another option would be to attach all pages to a single image, but that might lead to really unusable, long images.</description> 
   <pubDate>Thu, 20 Dec 2007 17:58:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t40124</link> 
  </item> 
   
  <item> 
   <title>It would be a &quot;nice to have&quot; to support this, but this is no</title> 
   <description>It would be a &quot;nice to have&quot; to support this, but this is not a bug. Definitely more of an advanced/document management usage of Ansel than a photo gallery.</description> 
   <pubDate>Thu, 20 Dec 2007 19:52:09 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t40127</link> 
  </item> 
   
  <item> 
   <title>&gt; From the looks of your screen shots, it accepted *one* of </title> 
   <description>&gt; From the looks of your screen shots, it accepted *one* of the 

&gt; pages...were you expecting an additional image to be added to the 

&gt; gallery for each page?  

The multi-page tiff image were coming from fax to mail. If ansel can support this function,i think automaticly creat sub-gallery while upload multi-page tiff file for each may be good for us.

</description> 
   <pubDate>Fri, 21 Dec 2007 00:52:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t40145</link> 
  </item> 
   
  <item> 
   <title>That sounds reasonable....though this will most likely also </title> 
   <description>That sounds reasonable....though this will most likely also require changes to the Horde_Image package as well.</description> 
   <pubDate>Fri, 21 Dec 2007 16:24:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t40151</link> 
  </item> 
   
  <item> 
   <title>I plan on looking at this soon, at least enough to know exac</title> 
   <description>I plan on looking at this soon, at least enough to know exactly what support will be required in Horde_Image before 3.2 Stable is released.  Can you upload a *small* multipage tiff image as an example I can work with?

</description> 
   <pubDate>Sat, 29 Mar 2008 17:14:07 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t44240</link> 
  </item> 
   
  <item> 
   <title>This will be dealt with when Horde_Image is refactored for H</title> 
   <description>This will be dealt with when Horde_Image is refactored for Horde 4 / Ansel 2.0</description> 
   <pubDate>Wed, 24 Dec 2008 14:35:44 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t51439</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Start work o</title> 
   <description>Changes have been made in Git for this ticket:

Start work on implementing an Iterator for Horde_Image for supporting multi-page images.
Add Iterator interface to Horde_Image_Base and implement it in Horde_Image_Imagick. Other
backend support to come.  Allows iterating through all images in a multi-page image such
as TIFF or animatted GIFs

This also goes towards a solution for Request: 6022

http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Base.php?rt=horde-git&amp;r1=a061a21484483b2af2ba35b57c2a3dd8675cd65d&amp;r2=9191d616a5a2526646eb3a15e68c553deab8ff58
http://git.horde.org/diff.php/framework/Image/lib/Horde/Image/Imagick.php?rt=horde-git&amp;r1=a061a21484483b2af2ba35b57c2a3dd8675cd65d&amp;r2=9191d616a5a2526646eb3a15e68c553deab8ff58</description> 
   <pubDate>Sun, 14 Feb 2010 16:53:42 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t57987</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Support for </title> 
   <description>Changes have been made in Git for this ticket:

Support for multipage images.
Adding a multipage TIFF image will now create a new subgallery in the current
gallery, with each page added as an image to that gallery. This completes
Request: #6022

http://git.horde.org/diff.php/ansel/lib/Gallery.php?rt=horde-git&amp;r1=e11e81f1b0c487f511af7ff9e2944c067855c63c&amp;r2=0fa67a14433c5f7488ca0da5213df290e8c128a7
http://git.horde.org/diff.php/ansel/lib/Image.php?rt=horde-git&amp;r1=a328430854798ecb5ac9e330899a264575e13aba&amp;r2=0fa67a14433c5f7488ca0da5213df290e8c128a7</description> 
   <pubDate>Tue, 16 Feb 2010 21:41:22 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t58002</link> 
  </item> 
   
  <item> 
   <title>It only took me 26 months to get to this....but this is impl</title> 
   <description>It only took me 26 months to get to this....but this is implemented now in Git for Ansel 2</description> 
   <pubDate>Tue, 16 Feb 2010 21:44:15 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6022#t58003</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
