Why doesn AddImage work with my GIF images?
You can pass AddImage a path to a JPEG, TIFF or EMF file. This inserts the raw compressed data into your PDF document. Other image types (e.g. GIF) cannot be inserted direct – they must be drawn into an Image object and then the Image object can be added to the PDF document. There are examples in the ABCpdf documentation.