Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Jan 28, 2024
1 parent 11bfb3d commit f3b9634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/magick-cache.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<div class="magick-header">
<h1 class="text-center">MagickCache: an Efficient Image Cache</h1>
<p class="text-info">The Magick cache is a work in progress. Do not use the cache in production services until version is at least 1.0.0. It is currently 0.9.2. The MagickCache requires ImageMagick version 7.1.0-0 or above.</p>
<p class="lead magick-description">The MagickCache provides secure methods and tools to cache images, image sequences, video, audio or metadata in a local folder. Any content is memory-mapped for efficient retrieval. Additional efficiencies are possible by retrieving a portion of an image. Content can persist or you can assign a time-to-live (TTL) to automatically expire content when the TTL is exceeded. MagickCache supports virtually unlimited content upwards of billions of images making it suitable as a web image service.</p>
<p>The MagickCache works in concert with <a href="https://imagemagick.org">ImageMagick</a>. Download the <a href="https://github.com/ImageMagick/MagickCache">MagickCache</a> and install. You will now want to create the cache and populate it with images, video, and associated metadata.</p>
<h4>Create a MagickCache</h4>
Expand Down

0 comments on commit f3b9634

Please sign in to comment.