You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Tonesque doesn't work with remote images when running in environments where allow_url_fopen is disabled because it uses the imagecreatefromgif, imagecreatefrompng and imagecreatefromjpeg functions.
I would suggest that in the color function you replace this...
Currently Tonesque doesn't work with remote images when running in environments where allow_url_fopen is disabled because it uses the imagecreatefromgif, imagecreatefrompng and imagecreatefromjpeg functions.
I would suggest that in the color function you replace this...
...with something like this...
I tested the above code on my shared hosted site where allow_url_fopen is disabled and it works as expected.
The text was updated successfully, but these errors were encountered: