Rasmus B
Rasmus B

Reputation: 51

Is there a newer alternative to WideImage?

I have been recommended the use of WideImage library to generate thumbnails in needed sizes, but looking at the codebase it seems to use quite a lot of deprecated functions.

What would the PHP7/2019 equivalent be?

 38 | ERROR | Function imagepsloadfont() is removed since PHP 7.0
 52 | ERROR | Function imagepstext() is removed since PHP 7.0
 57 | ERROR | Function imagepsfreefont() is removed since PHP 7.0

Upvotes: 2

Views: 428

Answers (0)

Related Questions