claviska / SimpleImage

A PHP class that makes working with images and GD as simple as possible.
MIT License
1.38k stars 382 forks source link

Nothing working #314

Closed KarlosFanta closed 1 year ago

KarlosFanta commented 1 year ago

Hi. I ran http://localhost:8080/whiteboard/example/index.php and it only shows the parrot. No editing/drawing options. PHP 7.3.1 any browser on W10, wampserver.

claviska commented 1 year ago

SimpleImage isn't an editor, but a PHP library you can used to manipulate images using GD. The example file will show just the image. You can edit the file itself and refresh the page to preview changes:

https://github.com/claviska/SimpleImage/blob/master/example/index.php

If I've misunderstood something, let me know.