Search found 2972 matches

by Bonzo
2018-01-04T03:25:47-07:00
Forum: Users
Topic: Convert picture to PDF with A4 fitting
Replies: 7
Views: 15829

Re: Convert picture to PDF with A4 fitting

Ok, is there a way to automatically detect the size of the picture and resize to A4 ?
What version of Imagemagick are you using?

You might be better off writing a script to get and calculate the dimensions and passing the dimensions as variables into the Imagemagick command.
by Bonzo
2018-01-03T02:55:41-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 41540

Re: Convert SVG to JPG in Windows produces blank JPG

You can install Inkscape on your PC.

There could be process size limits set on the server and it might be worth contacting the server admins and see what they have to say.
by Bonzo
2018-01-03T01:51:57-07:00
Forum: Users
Topic: Convert SVG to JPG in Windows produces blank JPG
Replies: 37
Views: 41540

Re: Convert SVG to JPG in Windows produces blank JPG

What happens if you run Inkscape, and open the SVG within Inkscape? Does that work? Can you save it as a PNG? What is the width and height (in pixels)?
Have you tried directly in Inkscape as snibgo suggested yet?
by Bonzo
2018-01-02T07:18:26-07:00
Forum: Users
Topic: Using Window Description Properties
Replies: 8
Views: 6834

Re: Using Window Description Properties

I assume rating is not in the EXIF or IPTC data.
by Bonzo
2018-01-01T10:58:17-07:00
Forum: Users
Topic: Using Window Description Properties
Replies: 8
Views: 6834

Re: Using Window Description Properties

The second way is to use a database, which will find the images in a second or two. But we become tied into that cataloging software, even if it is open source. Switching to different software is a pain. That was my thoughts as well. I used to pass all my photos through the Microsoft software and a...
by Bonzo
2018-01-01T09:50:54-07:00
Forum: Users
Topic: Using Window Description Properties
Replies: 8
Views: 6834

Re: Using Window Description Properties

digiKam stores extra metadata in its own database. When I was looking around for photo cataloging software that is what put me off most of them. I like the data in the photo so it is transferable. I used to use Microsoft Pro Photo Tools to embed my data but it no longer works on Windows 10 :( What ...
by Bonzo
2017-12-28T16:25:27-07:00
Forum: Users
Topic: Create psd file with a single transparent layer
Replies: 41
Views: 22687

Re: Create psd file with a single transparent layer

Using your commands I produced the same two images. The first opens in Photoshop CC and looks like a white square; the second says: "This file contains one or more layers that appear to be corrupted. Continue reading layers?" I then went with flatten and get another error "Could not p...
by Bonzo
2017-12-28T12:25:50-07:00
Forum: Users
Topic: Create psd file with a single transparent layer
Replies: 41
Views: 22687

Re: Create psd file with a single transparent layer

From the way I read the thread the OP has not made such a file in Photoshop; perhaps what they want is not possible?
by Bonzo
2017-12-28T10:46:31-07:00
Forum: Users
Topic: Create psd file with a single transparent layer
Replies: 41
Views: 22687

Re: Create psd file with a single transparent layer

Why don't you just make the image in Photoshop? Out of interest and this may give some insight on what photoshop would create. I made a new image with a white background; added a transparent layer and deleted the background. This is the output of identify ( only one layer displayed in Photoshop ): I...
by Bonzo
2017-12-26T14:51:29-07:00
Forum: Users
Topic: [HOWTO]Labeling picture (date and costum label)
Replies: 14
Views: 9356

Re: [HOWTO]Labeling picture (date and costum label)

You still did not say what version you are using. This will print the date and time on the image ( V7 only ) getting the data from the image: magick input.jpg -gravity northwest -annotate +0+0 "%[EXIF:DateTime]" output.jpg With V6 you would need to read the datetime into a variable first. ...
by Bonzo
2017-12-26T13:52:01-07:00
Forum: Users
Topic: [HOWTO]Labeling picture (date and costum label)
Replies: 14
Views: 9356

Re: [HOWTO]Labeling picture (date and costum label)

What version of Imagemagick are you using - it would probably be simpler with V7?

Posting your code here is easier for somebody to try it rather than working from an image.
by Bonzo
2017-12-26T12:21:05-07:00
Forum: IMagick
Topic: How to use imagick with PHP 7.2?
Replies: 2
Views: 13444

Re: How to use imagick with PHP 7.2?

Imagick is not written or maintained by the people who maintain Imagemagick. I believe Imagick needs compiling with the correct version of Imagemagick and php; it also depend on what version of visual basic? it is compiled with. So you should try and find a dll for php 7.2. Sometimes you are lucky a...
by Bonzo
2017-12-22T03:42:32-07:00
Forum: IMagick
Topic: readImageFile() not working Quote
Replies: 1
Views: 11718

Re: readImageFile() not working Quote

Imagick is not written or maintained by the writers of Imagemagick. It may be worth looking around for a dedicated Imagick forum and post there as well.
by Bonzo
2017-12-22T03:40:27-07:00
Forum: Users
Topic: Stitch several images that partially overlap into one
Replies: 7
Views: 9312

Re: Stitch several images that partially overlap into one

I suggest you try some panorama software like Microsoft ICE or Hugin which may be better as it has more options.
by Bonzo
2017-12-22T00:46:30-07:00
Forum: Users
Topic: How to Manipulate Patterns with Imagemagick Distort
Replies: 25
Views: 33009

Re: How to Manipulate Patterns with Imagemagick Distort

I what way is it too bold. Can you give me more details. Is it too much distortion? Or too dark an image? What specifically? Not a problem with your example but the pattern is so strong you can not see the wrinkles etc. in the final image very well. I know that is the pattern the OP wanted but a sl...