php-image-cache icon indicating copy to clipboard operation
php-image-cache copied to clipboard

Image Cache is a very simple PHP class that accepts an image source and will compress and cache the file, move it to a new directory, and returns the new source for the image.

Results 11 php-image-cache issues
Sort by recently updated
recently updated
newest added

Removed imagedestroy() calls, replaced with unset() and added unlink() to destroy the temporary file after processing

**Web server:** NGINX **PHP Version:** 5.5.9-1ubuntu4.14 I am getting this error _Final image URL is broken_. The page looks like this ![page](http://i.zips.me/am17e6A473.png) There should be 100 images displayed but it...

Hey, I am experiencing an issue. I can successfully shrink and cache the image but I am getting a blank page. How can I fix this? Update: Apparently this is...

`../images must writable!` is being displayed on the php page This is the line of code which I believe is giving the problem `$cached_src_one = $imagecache->cache( '../images/background.jpg' );` I am...

Can there be an option for the returned value of the `cache` function to be the cached image src and not a url version of it.

I am trying your class with JPG file getting lot of errors first was "The file you supplied isn\'t a valid image." Then I commented the if condition just to...

Warning: imagejpeg(C:\xampp\htdocs\php-image-cache-master\demo/images/cached/ccc2078020a3fec0056ed59b53a7bf2d.jpeg): failed to open stream: No such file or directory in C:\xampp\htdocs\php-image-cache-master\src\ImageCache\ImageCache.php on line 230 Could not copy image resource. "It showing error like this how should i give...

I am having trouble displaying the compressed Image on my local server(WAMP). The image compression works perfectly, but when I try to echo out the image in tag, it displays...

I'm using Silverstripe (framework) hosted in a Linux server. The framework default upload folder name contains a Uppercase Letter ("assets/Uploads"). When we call the method cache(), it uses 'strtolower' in...

I am trying to use PHP Image Cache. But have run into some issues. I have managed to get the script to somehow function (I think). But it seems that...

bug