CodeWithKyrian / transformers-php

Transformers PHP is a toolkit for PHP developers to add machine learning magic to their projects easily.
https://codewithkyrian.github.io/transformers-php/
Apache License 2.0
530 stars 28 forks source link

Fix namespace for \Imagine\Gd\Imagine() #30

Closed das-peter closed 5 months ago

das-peter commented 5 months ago

What:

Description:

As far as I can tell the Imagine namespace for GD is \Imagine\Gd\Imagine() and not \Imagine\GD\Imagine(). According to the Imagine history this has been true for the last several years and is not a recent change which means this isn't a BC break.

CodeWithKyrian commented 5 months ago

Thank you for your contribution. You're right. The namespace is Gd not GD. It worked for me because Macs are case insensitive to filenames