Firstly, hello everyone; this is my first post on this forum.

I am running PHP 4.3.6 on Windows 2000 Server / IIS, everything runs pretty smooth, and the GD Library also works perfectly.

I am working on a frontend to a fax service.
This faxes that are received are transmitted as TIFF - and this can't be changed easily.

This TIFFs have to be converted into JPEGs (or PNGs, i could just use GD to convert them further) - and have not yet found any solution for this, because the GD library can not read TIFFS.

I would appreciate any hints - hints to extensions for PHP included, but they have to work under Windows, I have full access to the server itself.

I am hoping for your replies

Sincerly, Ferdinand

    Thanks, that was the solution!

    It was a bit of a hassle to make it run under Windows (Server) as well as under Mac OS X (Development Server), but it works now really well.

    Also, i am able to convert multipage TIFFs to single-page pictures for the first time

    Thank you very much!

      a year later
      Fullmoon wrote:

      i am able to convert multipage TIFFs to single-page pictures for the first time

      Can you please put your code here 😃
      Thank you very much!

        Write a Reply...