Here are
45 public repositories
matching this topic...
Go binding to ImageMagick's MagickWand C API
An image processing library for PHP
Manipulate images with an expressive API
Grabs the dominant color or a representative color palette from an image. Uses PHP and GD, Imagick or Gmagick.
PHP library to manipulate and generate responsive images
nginx + lua +fastdfs Real-time dynamic compression of distributed pictures
CakePHP wrapper for the powerful Imagine image processing library. Makes images manipulation easy and powerful.
A collection of scripts for setting up various items / running tasks on serverpilot provisioned servers
-
Updated
Dec 10, 2019
-
Shell
👀 Faceclash is a remake of Mark Zuckerberg's Facemash from 2003
-
Updated
Aug 1, 2017
-
JavaScript
Class for working with Imagick
On-demand image manipulation for WordPress via the Intervention Library.
WordPress plugin to convert Adobe RGB / CMYK images to sRGB automatically. Requires ImageMagick built with lcms delegate.
Make your very own SOFe-themed profile picture!
Thumbnail maker script deeply integrated in wordpress
Tiny PHP script which creates a browsable ad-lib gallery from any directory with images reachable on a web server.
Create colored avatars with letters in PHP
Docker image with PHP 7.1, extentions and mysql
ImageServices: an Adore-djatoka and Cantaloupe IIIF image server for ISLE with JP2000 support
-
Updated
Aug 12, 2020
-
Smarty
Library to create a Slideshow, in PHP
Generate SVG images based on featured images.
A Chassis extension for Imagick/ImageMagick
-
Updated
Aug 13, 2020
-
Puppet
PDF to Image converter in PHP. (Wampserver on Windows OS was used, if someone wants to know.)
A bash script to quickly export icons that can be used on websites.
-
Updated
Jan 31, 2017
-
Shell
Improve this page
Add a description, image, and links to the
imagick
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
imagick
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
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.
Server is down with 503 error when loading big pdf(8Mb, 40 pages).
It's because you puting file in construct method Imagick.
$this->imagick = new Imagick($pdfFile);But why whole file if i need only one page. In method getImageData there is instruction that page is need use for generate preview.
$this->imagick->readImage(sprintf('%s[%s]', $this->pdfFile, $this->page - 1));If you