Search found 2972 matches

by Bonzo
2018-04-19T07:10:24-07:00
Forum: Users
Topic: Do math with -set variables?
Replies: 6
Views: 7297

Re: Do math with -set variables?

You should know by now muccigrosso; what version and what exact codes are you using?

You may need a script, so what platform and language?
by Bonzo
2018-04-18T01:08:27-07:00
Forum: Users
Topic: TIF conversion
Replies: 2
Views: 4205

Re: TIF conversion

I doubt you are going to get a useful answer without more information.

Please read this: viewtopic.php?f=1&t=9620
by Bonzo
2018-04-16T05:35:03-07:00
Forum: Users
Topic: Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder'
Replies: 12
Views: 26055

Re: Invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectoryCheckOrder'

Is the final image created? If so you may be able to ignore the errors. What happens if you try a file from another source - if this works it could be the problem with the software that creates the tiff. Use different software to create it What is your actual code? Have you tried in a different Imag...
by Bonzo
2018-04-13T06:01:13-07:00
Forum: Developers
Topic: Image file size increasing after convert command
Replies: 2
Views: 10226

Re: Image file size increasing after convert command

What format is the original image?
I belive this is only used when saving as a jpg: -define jpeg:size=319x319
by Bonzo
2018-04-08T09:52:15-07:00
Forum: IMagick
Topic: How to "swap out" underlying ImageMagick version?
Replies: 4
Views: 14145

Re: How to "swap out" underlying ImageMagick version?

I do not know if you are aware that Imagick is not written or maintained by the people who look after Imagemagick.

Not a fan of Linux and I am currently fighting Raspbian on a different project unrelated to Imagemagick!
by Bonzo
2018-04-08T02:30:19-07:00
Forum: IMagick
Topic: How to "swap out" underlying ImageMagick version?
Replies: 4
Views: 14145

Re: How to "swap out" underlying ImageMagick version?

Once compiled, Imagick should be run with the same version of ImageMagick that it was compiled against. Running against a different version of ImageMagick is known to cause stability issues, and so is not recommended or supported.
You may be lucky just updating Imagemagick.
by Bonzo
2018-04-05T10:32:10-07:00
Forum: Users
Topic: Image not found using -deskew-
Replies: 4
Views: 5209

Re: Image not found using -deskew-

If the code is being generated by other software you should speak to the developers of that software. A Couple of problems I can see: The image usually comes straight after the convert One of your image paths has a white space. In theis case it should be within " " I normally do that any w...
by Bonzo
2018-04-05T02:28:44-07:00
Forum: Users
Topic: lossless dcm to raw dcm file
Replies: 2
Views: 5619

Re: lossless dcm to raw dcm file

The supported Imagemagick formats are here: https://www.imagemagick.org/script/formats.php

For the dcm file type it lists it as read only.
by Bonzo
2018-04-04T10:56:41-07:00
Forum: Users
Topic: Instagram Valencia Filter using Imagemagick
Replies: 2
Views: 3869

Re: Instagram Valencia Filter using Imagemagick

As you have not posted a before and after image I have no idea what effect you are looking for. I have no idea what the JavaScript code is doing but this is what I get from the css filter code: convert input ( +clone -sepia-tone 25% ) -average -brightness-contrast 10X10 output You will have to play ...
by Bonzo
2018-04-02T08:27:00-07:00
Forum: Users
Topic: Overlaying a watermark/logo on multiple images of multiple dimensions
Replies: 13
Views: 18994

Re: Overlaying a watermark/logo on multiple images of multiple dimensions

What version of Imagemagick are you using? Have you tried searching the forum as there were similar post last year? https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=30890&p=150443&hilit=proprtional+watermark#p150443 https://www.imagemagick.org/discourse-server/viewtopic.p...
by Bonzo
2018-04-02T04:20:05-07:00
Forum: Users
Topic: How do I convert PSD to jpg?
Replies: 2
Views: 8190

Re: How do I convert PSD to jpg?

What code are you using? What version are you using?
by Bonzo
2018-04-01T04:29:28-07:00
Forum: Users
Topic: Clone question
Replies: 3
Views: 3821

Re: Clone question

Thank you for the explanation snibgo; I was going around in circles last night trying to get it to work!

In actual use the original image will be larger and I only need the two modified images so I have added a -delete 0 before the -layers merge.
by Bonzo
2018-04-01T03:11:12-07:00
Forum: Users
Topic: Clone question
Replies: 3
Views: 3821

Clone question

With the code below I am expecting to get the coloured rose image resized with a monochrome version over it. I am more interested in getting the clone to work. My final image will have three different images with different effects layerd on each other. So I want to use the -resize 500x500 +repage im...
by Bonzo
2018-03-25T07:14:25-07:00
Forum: Fred's Scripts
Topic: Can't run cylinderize command in php
Replies: 6
Views: 101512

Re: Can't run cylinderize command in php

Have you changed the permissions for cylinderize.sh?

I used to use 777 but 755 may work.

Also try changing ' ' to " "
by Bonzo
2018-03-25T02:58:03-07:00
Forum: Fred's Scripts
Topic: Combining multiple Fred's cylinderize script
Replies: 2
Views: 85530

Re: Combining multiple Fred's cylinderize script

Write a loop in your preferred programing language using an array to provide your input and output images.