Search found 2972 matches

by Bonzo
2018-06-17T14:11:32-07:00
Forum: Developers
Topic: Broken gradients
Replies: 13
Views: 19596

Re: Broken gradients

I thought I had seen a similar post to this a few years ago but can't find it.

What does it look like if you save it as a png for example as jpg compression may have an effect also jpg does not has as large a range of colours.
by Bonzo
2018-06-17T12:40:11-07:00
Forum: Developers
Topic: Broken gradients
Replies: 13
Views: 19596

Re: Broken gradients

For a useful reply you should add these details to your post:
Your Imagemagick version
The code you are using
OS/platform
Link to the original image
by Bonzo
2018-06-12T14:24:32-07:00
Forum: Users
Topic: Convert portrait and landscape aspect images at the same time
Replies: 6
Views: 8212

Re: Convert portrait and landscape aspect images at the same time

Your input image name/path should come before the -resize
by Bonzo
2018-06-05T00:01:14-07:00
Forum: Users
Topic: A quick question about convert
Replies: 1
Views: 3342

Re: A quick question about convert

With Windows if you let the installer add the path to the environmental variables you do not need to know where convert.exe etc. are as just using convert should work. Imagemagick 7 uses magick by default as there is a Windows program also called convert. So replace convert with magick and mogrify w...
by Bonzo
2018-06-04T04:35:00-07:00
Forum: Users
Topic: ImageMagick with liblqr
Replies: 18
Views: 13239

Re: ImageMagick with liblqr

What version did you install?
by Bonzo
2018-05-28T12:46:36-07:00
Forum: Users
Topic: Resizing really high res images hangs Drupal
Replies: 9
Views: 7888

Re: Resizing really high res images hangs Drupal

php has a standard time limit of 30 seconds. Normally you can adjust it in the php.ini file but that may not be possible on Amazon. I assume as Imagemagick is running you must have "Safe mode" disabled so you could look at ini_set() and set_time_limit() but these options may be disabled by...
by Bonzo
2018-05-27T07:56:02-07:00
Forum: Users
Topic: how to achieve overlay result as shown
Replies: 3
Views: 5508

Re: how to achieve overlay result as shown

The first thing you need to do is make a black and white mask the outside shape of the phone and with cutouts for the top T shape and bottom rectangular part. You then need to use the mask to cut out the bottom image and then place the modified bottom image over the top image. You may need to do som...
by Bonzo
2018-05-26T02:00:02-07:00
Forum: Users
Topic: How to use montage in V7
Replies: 1
Views: 3780

Re: need help?

Have you tried

Code: Select all

 magick montage
by Bonzo
2018-05-25T12:06:49-07:00
Forum: Users
Topic: Convert PSD or TIF to JPG ignore alpha
Replies: 7
Views: 7365

Re: Convert PSD or TIF to JPG ignore alpha

fmw42 "Alpha" is on the second image towards the bottom - may not show up depending on the monitor calibration?
But as you say it is important to provide a link to the input image.
by Bonzo
2018-05-11T07:37:00-07:00
Forum: Users
Topic: Bí quyết chọn những món quà tặng gốm sứ Bát Tràng cao cấp
Replies: 2
Views: 5463

Re: Thumbnailing - preserve transparency

IM version number?
Operating system?
API or language you are using?
Link to sample image?
by Bonzo
2018-05-10T02:32:05-07:00
Forum: Users
Topic: How do you change the shape of one image like another?
Replies: 5
Views: 6001

Re: How do you change the shape of one image like another?

The images are not displayed here - permission error? Move somewhere else?
by Bonzo
2018-04-28T03:29:06-07:00
Forum: Users
Topic: [SOLVED] Create ferris wheel style animation
Replies: 9
Views: 9700

Re: Create ferris wheel style animation

To do what you want you will need: A background wheel static brown circle Individual "cars" x 4 Columns x2 as sometimes the emoji is behind it and sometimes in front - a bug? Foreground wheel x 4? Foreground fence These would all need to be layers stacked in the correct order, the "ca...
by Bonzo
2018-04-23T05:33:38-07:00
Forum: Users
Topic: How to strip (or add time) to ALL (!) timestamps in EXIF JPG header?
Replies: 1
Views: 4997

Re: How to strip (or add time) to ALL (!) timestamps in EXIF JPG header?

I think the recommendation is to use the EXIF tool as Imagemagick is not designed to edit EXIF data.
by Bonzo
2018-04-22T11:02:27-07:00
Forum: Bugs
Topic: ImageMagick convert rotates images during resize
Replies: 6
Views: 17340

Re: ImageMagick convert rotates images during resize

It is never good to have - in an image name. I always use _ instead.

Try enclosing your image in " " e.g. convert "2018-04-11-0001.jpg" -resize 172x172
by Bonzo
2018-04-20T13:29:58-07:00
Forum: Users
Topic: CROP black from scanned images
Replies: 8
Views: 8897

Re: CROP black from scanned images

I recommend you read this then repost: viewtopic.php?f=1&t=9620