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
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 a broken image.
Heres my folder structure:
sample (root folder)
-images (inside sample)
-cached (inside images, here's where the cached file goes)
-f3ccdd27d2000e3f9255a7e3e2c48800.jpg(cached image)
-1.jpg (Image to be compressed, inside images folder)
-ImageCache.php (inside sample)
-index.php (inside sample)
Thanks!
The text was updated successfully, but these errors were encountered:
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 a broken image.
Heres my folder structure:
sample (root folder)
-images (inside sample)
-cached (inside images, here's where the cached file goes)
-f3ccdd27d2000e3f9255a7e3e2c48800.jpg(cached image)
-1.jpg (Image to be compressed, inside images folder)
-ImageCache.php (inside sample)
-index.php (inside sample)
Thanks!
The text was updated successfully, but these errors were encountered: