That was pretty simple. Seems like every image format has it's own unit that must be included aswell.

Code:
uses
  ...
  zgl_textures,
  zgl_textures_png,
  zgl_textures_jpg,   
  ...;
I'd like to see some kind of guide that explains these things. Would help alot