Search found 2972 matches

by Bonzo
2017-12-21T13:02:23-07:00
Forum: Users
Topic: How to Manipulate Patterns with Imagemagick Distort
Replies: 25
Views: 32985

Re: How to Manipulate Patterns with Imagemagick Distort

The second method is nicer fmw42 but I think the pattern is too bold and does not really show the full detail! I would also think the band on the waist would not have the pattern; that area as well as the cuffs is usually elasticated. But that would be possible to do by the OP modifying the mask in ...
by Bonzo
2017-12-19T13:25:56-07:00
Forum: Users
Topic: 3D Perspective / distort overlay on existing 3d jpg
Replies: 2
Views: 4427

Re: 3D Perspective / distort overlay on existing 3d jpg

Is there a better tool or approach
I would think that is the only way to do it.

I have a tool on the web you can try using php and JavaScript: Distort
by Bonzo
2017-12-11T09:14:34-07:00
Forum: Bugs
Topic: resize error
Replies: 5
Views: 7787

Re: resize error

Convert is using a legacy V6 version of Imagemagick; to use version 7 use magick instead.

Your post is a bit confusing; does the simple resize work without: "depending on what other options are used within the command." or not?

What commands are you using that fail?
by Bonzo
2017-12-09T02:40:14-07:00
Forum: Users
Topic: Crop image based on coordinates from a "-trim +repage" of a different image?
Replies: 16
Views: 14534

Re: Crop image based on coordinates from a "-trim +repage" of a different image?

You say in your title a different image but in your example you use the same image.

Had you thought about using javascipt to select the area?
by Bonzo
2017-12-07T03:59:47-07:00
Forum: Bugs
Topic: Image transforms are resulting in black bars for some image crops.
Replies: 8
Views: 8277

Re: Image transforms are resulting in black bars for some image crops.

This is part of the problem we have; if we do not know what code the CMS is using we can't test it. It is also difficult if there are lots of variables as well.
by Bonzo
2017-12-07T01:05:52-07:00
Forum: Users
Topic: Overlay Images using ImageMagick (6.9.9.18) Version and Knitr (Version 3.4)
Replies: 4
Views: 3661

Re: Overlay Images using ImageMagick (6.9.9.18) Version and Knitr (Version 3.4)

I can see some code that looks like it came from a webpage so is your page an html one?
by Bonzo
2017-12-06T12:45:41-07:00
Forum: Bugs
Topic: Image transforms are resulting in black bars for some image crops.
Replies: 8
Views: 8277

Re: Image transforms are resulting in black bars for some image crops.

Sorry I did not see the center-center Is that the geometry setting? Would still be a good idea to post the actual Imagick code and try it with that. Nobody here is going to install Craftcms to try it or fight with a load of code variables. My original post Crop needs an offset otherwise it cuts imag...
by Bonzo
2017-12-06T12:25:36-07:00
Forum: Bugs
Topic: Image transforms are resulting in black bars for some image crops.
Replies: 8
Views: 8277

Re: Image transforms are resulting in black bars for some image crops.

I see on the web CraftCMS has had other Imagick problems reported. I suggest you: contact craftCMS See if you can find the Imagick code in their code Try your image directly with Imagick and or Imagemagick Are you only uploading one image at a time when this happens or bulk images Black sections of ...
by Bonzo
2017-12-06T05:27:10-07:00
Forum: Users
Topic: Image processing to OCR
Replies: 2
Views: 2768

Re: Image processing to OCR

There are a few post on the forum about OCR if you search and they might give you an idea of the possibilities.

Also you have posted the link to the same image twice.
by Bonzo
2017-11-30T08:35:52-07:00
Forum: MagickStudio
Topic: how to make transparent banner
Replies: 5
Views: 86699

Re: how to make transparent banner

What "new home page "?
by Bonzo
2017-11-27T05:32:16-07:00
Forum: Users
Topic: Thumbnails for .dds in SpaceFM - doesn't work
Replies: 8
Views: 5674

Re: Thumbnails for .dds in SpaceFM - doesn't work

Is it always the same file that fails?
What happens if you run say 33 files, then the next 33 and the final 34?
What is Space FM - if it works elsewhere it may be a problem with the way Space FM is setup
by Bonzo
2017-11-26T11:17:27-07:00
Forum: IMagick
Topic: Resize GIF images using imagick with php
Replies: 3
Views: 13341

Re: Resize GIF images using imagick with php

A good place to start is the php imagick website. The first example on this page worked for me except it squished the image: http://php.net/manual/en/imagick.coalesceimages.php I added a true option to the thumbnail setting and the original image is only read in once. You could probably optimise the...
by Bonzo
2017-11-23T13:15:24-07:00
Forum: Users
Topic: Montage: Frame is missing pixels when using labels
Replies: 5
Views: 5164

Re: Montage: Frame is missing pixels when using labels

It's not so bad when as in the example above I use a grey label background, but if I use a white label background it looks horrible.
In that case why not add an image with white we can see?

I agree with fmw42 as it looks Ok to me as well
by Bonzo
2017-11-22T08:33:29-07:00
Forum: Users
Topic: [fixed] error message on -distort when running a script without sh call
Replies: 3
Views: 3310

Re: [fixed] error message on -distort when running a script without sh call

That often happens to me as well - overlook the obvious. Thanks for posting you answer.
by Bonzo
2017-11-22T03:52:44-07:00
Forum: Users
Topic: [fixed] error message on -distort when running a script without sh call
Replies: 3
Views: 3310

Re: error message on -distort when running a script without sh call

Linux systems need the parentheses escaped; try changing rgba(0,0,0,0) to rgba\(0,0,0,0\)

Also I would try your code with fixed data rather than variables to prove it works.