Search found 7 matches

by kaleb
2018-01-05T03:14:34-07:00
Forum: Users
Topic: label:@filename not working
Replies: 13
Views: 8426

Re: label:@filename not working

PROBLEM SOLVED!
You are quite right! If I move the file to root it works, with or without the .txt suffix. Now I have just got to work out why! It would seem that if ImageMagick can't find a file it ignores the @ directive and simply prints the @ and file name. Thank you for your help.
by kaleb
2018-01-04T18:05:09-07:00
Forum: Users
Topic: label:@filename not working
Replies: 13
Views: 8426

Re: label:@filename not working

This is the latest version available for the Raspberry pi. I stress again that Imagemagick works perfectly well in all respects other than not correctly using the @filename function; not parsing the @ but just printing "@filename" using both caption and label. I don't believe it would work...
by kaleb
2018-01-04T17:20:43-07:00
Forum: Users
Topic: label:@filename not working
Replies: 13
Views: 8426

Re: label:@filename not working

Sorry that was the policy as reported after a querry ie $ convert -list policy The actual policy xml file is > <policymap> <!-- <policy domain="resource" name="temporary-path" value="/tmp"/> --> <policy domain="resource" name="memory" value="256...
by kaleb
2018-01-04T16:34:13-07:00
Forum: Users
Topic: label:@filename not working
Replies: 13
Views: 8426

Re: label:@filename not working

I'm not sure how to check Freetype version. I have run update and the version I am using ( 6.9.7-4) is the latest available on my platform. ( @ Policy Modified to "Read" but I have tried "All" and deleting this policy) Policy currently is as follows: Path: /etc/ImageMagick-6/poli...
by kaleb
2018-01-04T05:46:12-07:00
Forum: Users
Topic: label:@filename not working
Replies: 13
Views: 8426

Re: label:@filename not working

I'm using ImageMagick on a Raspberry Pi operating on Raspbian (Debian Linux)
by kaleb
2018-01-04T04:45:59-07:00
Forum: Users
Topic: label:@filename not working
Replies: 13
Views: 8426

Re: label:@filename not working

Thanks for your help. I have tried changing the permissions to "read" but still the @ does not seem to be parsed and is simply printed as part of the label together with the file name. I have changed my code to include fonts etc and also made sure my text file ("Test") has all pe...
by kaleb
2018-01-03T15:42:04-07:00
Forum: Users
Topic: label:@filename not working
Replies: 13
Views: 8426

label:@filename not working

I'm using Version: ImageMagick 6.9.7-4 Q16 arm I have been trying to use label:@filename and I am unable to get it to work. I am a complete "newbie" with ImageMagick so I have been using the examples on https://www.imagemagick.org/Usage/text/ as a starting point. All was going well until I...