Questions tagged as 'imagemagick'

2
answers

How to merge images and text with PHP

Good afternoon. I'm trying to automate a process of creating badges for an event. I want you to fill out the information on the form (name, company, e-mail and photo), fill in the gaps in the image and make it as a single JPEG image. B...
asked by 21.11.2016 / 19:51
1
answer

Regular expression for zip file

How to add a zip file instead of an image? class UploadDatabase < ActiveRecord::Base has_attached_file :zip_file, styles: { medium: "300x300>", thumb: "100x100>" }, default_url: "/images/:style/missing.png" validat...
asked by 15.12.2016 / 18:24
2
answers

how to orient image using intervation image [closed]

I need something to orient the image correctly and then to appear. I'm using laravel and image intervation <?php $img = Image::make("{{$file->caminho}}{{$file->nome}}")-orientate(); ?> <img src="{{ $img }}"/&...
asked by 27.08.2017 / 20:25
1
answer

how to install imagemagick on macintosh (Xampp)

I was trying to install imagemagick on the mac, I opened the terminal and executed the following command ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)". Then I checked brew install imagemagick b...
asked by 06.05.2017 / 23:10
0
answers

Problem generating JPEG image from PDF with Imagick via Ghostscript

The problem is this: it does not generate any more image ... My script stopped working, apparently after an update of ImageMagick. When I searched for answers I saw many complained that the script stopped working in the same situation, recent po...
asked by 22.07.2016 / 01:30