Mike Almond
Mike Almond
For the amount of filesystem operations this library does I'm not sure requiring another library would be beneficial. Wouldn't SplFileInfo and SplFileObject work instead? http://www.php.net/manual/en/spl.files.php
There really isn't anything you can do on the PHPThumb side for this. You could do a url rewrite so that **/images/350/350/testing-image.png** rewrites to **/common/function/thumb.php?url=testing-image.png&width=350&height=350**. That way the browser would...
You are not missing anything. I built this library to use with a personal project and have been adding things as I need them. If you want to add those...
@TJSoler, absolutely. I haven't had any time recently to work on this project (I was using it on a side-project that didn't go anywhere). I'm open to dropping support for...
No reason other than I haven't had much time on it. I will try to get this updated within the week.
@dehy Thanks for submitting this. Can you fix the merge conflicts?
@JonnyJD That's a good idea. I just pushed v0.2.2 with the `sleep(1)` in it. I'll look at making this more transparent in the next release.
Any update on this PR?
What is the character set of the HTML page? Are you setting a value for the meta charset? ``