+2010-07-27 6.6.3-2 Glenn Randers-Pehrson <glennrp@image...>
+ * Eliminate useless message about assuming zero delay when writing
+ a single-frame MNG.
+
2010-07-25 6.6.3-1 Glenn Randers-Pehrson <glennrp@image...>
* Don't "ping" a PNG image if it is embedded in a MNG. Otherwise the
reader tries to read MNG chunks from the interior of the embedded PNG,
It's probably a GIF with loop; don't run it *too* fast.
*/
final_delay=10;
- (void) ThrowMagickException(&image->exception,
- GetMagickModule(),CoderError,
- "input has zero delay between all frames; assuming 10 cs",
- "`%s'","");
+ if (mng_info->adjoin)
+ (void) ThrowMagickException(&image->exception,
+ GetMagickModule(),CoderError,
+ "input has zero delay between all frames; assuming 10 cs",
+ "`%s'","");
}
else
mng_info->ticks_per_second=0;