Search found 3 matches

by patrickgh
2016-09-15T07:47:09-07:00
Forum: Users
Topic: Make Photoshop Paths visible (Draw a line)
Replies: 5
Views: 3788

Re: Make Photoshop Paths visible (Draw a line)

Wow, thank you, this works great. I tried to extract the other path informations with identify and stumbled upon these calls:


# for the first path "crop" (rectangle)
identify -quiet -format "%[8BIM:2000,2998:#1]" Luftballons.jpg

# for the second path "path" (balloon outline)
identify -quiet ...
by patrickgh
2016-09-15T00:49:00-07:00
Forum: Users
Topic: Make Photoshop Paths visible (Draw a line)
Replies: 5
Views: 3788

Re: Make Photoshop Paths visible (Draw a line)

Hi,

i have uploaded a sample image here:
JPEG: https://dl.dropboxusercontent.com/u/4066898/imagemagick/Luftballons.jpg
TIF: https://dl.dropboxusercontent.com/u/4066898/imagemagick/Luftballons.tif

The image contains two paths: "crop" as a simple rectangle, and "path" as a more complex outline of ...
by patrickgh
2016-09-14T06:57:06-07:00
Forum: Users
Topic: Make Photoshop Paths visible (Draw a line)
Replies: 5
Views: 3788

Make Photoshop Paths visible (Draw a line)

Hi,

i am wondering if i can use ImageMagick to draw a line for a specific PhotoshopPath? If thats possible, can someone give me a hint? My current approach is to extract the path coordinates with exiftool and to draw a line based on this information. But it would be much more comfortable to do it ...