Hi Omega,
Am 10.07.2016 um 18:58 schrieb Omega -1911:
> Are you certain the font you are using is supported?
You are right: Using the Annotate method with "font => 'DejaVu-Sans'"
made it work.
Looks like their default font doesn't have proper unicode support :/
Thanks for the pointer,
Simon
On Sun, Jul 10, 2016 at 11:36 AM, Simon Reinhardt
wrote:
> Hi,
>
> I'm trying to place Unicode annotations on a JPEG file:
>
> #!/usr/bin/env perl
> use 5.010;
> use warnings;
> use strict;
>
> use Image::Magick;
> use utf8;
>
> my $image = Image::Magick->new();
>
> $image->Read('file.jpg');
>
>