Search found 7 matches
- 2019-10-10T08:02:21-07:00
- Forum: Bugs
- Topic: cannot use magick on macOS 10.15 Catalina
- Replies: 0
- Views: 183398
cannot use magick on macOS 10.15 Catalina
Hello! Apple just recently released the latest version of the macOS system, 10.15 Catalina and asked developers to notarize their software: https://developer.apple.com/news/?id=09032019a I'm using a python script that invokes magick using bash and it works just fine on macOS 10.14, but when I run on ...
- 2019-03-04T01:28:29-07:00
- Forum: Users
- Topic: convert on psd generates corrupted psd
- Replies: 2
- Views: 4723
Re: convert on psd generates corrupted psd
thanks for the reply! some psd indeed have grouped layers and I think that's what causing the issue. In addition -resize doesn't seem to produce precise enough results (some layers are used as an overlay over the main background layer and their position needs to be extremely precise). I'll check the ...
- 2019-02-28T09:07:46-07:00
- Forum: Users
- Topic: convert on psd generates corrupted psd
- Replies: 2
- Views: 4723
convert on psd generates corrupted psd
Hello! I'm running this simple convert command: convert image.psd +distort SRT "0,0 .25 0 0,0" image.psd and it's working just fine. Unfortunately I cannot open the psd anymore after the command. Is this the proper way of resizing psd files? Why would the resulting psd file be corrupted?
- 2019-02-20T01:37:09-07:00
- Forum: Users
- Topic: magick: unable to open image Illegal byte sequence
- Replies: 1
- Views: 4467
magick: unable to open image Illegal byte sequence
Hello there! I'm running the following simple command magick source.psd -set filename:layers %l %[filename:layers].png but some .psd source files I'm converting have nonstandard characters in the layer names. This breaks the process with errors like: magick: unable to open image ‘artist?s brush.png’: ...
- 2019-02-18T03:34:17-07:00
- Forum: Users
- Topic: get .psd layer (x,y) positions
- Replies: 3
- Views: 6999
Re: get .psd layer (x,y) positions
thanks! it worked!
- 2019-02-15T07:46:20-07:00
- Forum: Users
- Topic: get .psd layer (x,y) positions
- Replies: 3
- Views: 6999
Re: get .psd layer (x,y) positions
I've found that identify prints something like
banana.png PNG 248x161 248x161+733+471 8-bit sRGB 193392B 0.000u 0:00.009
I'm guessing that 248x161+733+471 (Geometry) is what I'm looking for?
banana.png PNG 248x161 248x161+733+471 8-bit sRGB 193392B 0.000u 0:00.009
I'm guessing that 248x161+733+471 (Geometry) is what I'm looking for?
- 2019-02-15T07:13:16-07:00
- Forum: Users
- Topic: get .psd layer (x,y) positions
- Replies: 3
- Views: 6999
get .psd layer (x,y) positions
Hello everyone!
I'm writing my first bash script with ImageMagick.
I have a .psd file with multiple layers. I'd like to extract and 'store' (in a file, or pass to another script) the X and Y positions of the layers.
Is this possible with ImageMagick?
Best
I'm writing my first bash script with ImageMagick.
I have a .psd file with multiple layers. I'd like to extract and 'store' (in a file, or pass to another script) the X and Y positions of the layers.
Is this possible with ImageMagick?
Best