Re: Image::Magick: Unicode annotations

2016-07-10 Thread Simon Reinhardt
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

Re: Image::Magick: Unicode annotations

2016-07-10 Thread Omega -1911
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'); > >

Re: Image/Magick - Blurring

2006-09-05 Thread Owen Cook
On Tue, 5 Sep 2006, Mike Blezien wrote: > Owen, > - Original Message - > From: "Owen Cook" <[EMAIL PROTECTED]> > To: "Mike Blezien" <[EMAIL PROTECTED]> > Cc: "Perl List" > Sent: Tuesday, September 05, 2006 7:11 PM > Subject

Re: Image/Magick - Blurring

2006-09-05 Thread Mike Blezien
Owen, - Original Message - From: "Owen Cook" <[EMAIL PROTECTED]> To: "Mike Blezien" <[EMAIL PROTECTED]> Cc: "Perl List" Sent: Tuesday, September 05, 2006 7:11 PM Subject: Re: Image/Magick - Blurring On Tue, 5 Sep 2006, Mike Blezien wr

Re: Image/Magick - Blurring

2006-09-05 Thread Owen Cook
On Tue, 5 Sep 2006, Mike Blezien wrote: > Hello, > > I'm using the Image::Magick module and need to slight Blur a PNG image. > > my $imagepng = '/path/to/image.png'; > > my $image = Image::Magick->new(); > $image->Read($imagepng); > > # Now create image with Blur $image->Blur(geometr

Re: Image::Magick speed issue

2005-07-24 Thread Jan Eden
Hi, zentara wrote on 24.07.2005: >On Sun, 24 Jul 2005 11:22:18 +0200, [EMAIL PROTECTED] (Jan Eden) >wrote: > >>Hi, >> >>I thought about using Image::Magick to create thumbnails for image >>galleries (either 10 or 5 thumbnails per page) on the fly and tested >>the following: ... >>Unfortunately, t

Re: Image::Magick (Can't do inplace edit)

2004-08-27 Thread Wiggins d Anconia
> Hi All, > > I'm trying to slurp a directory of JPEG images. The script is able to read > the directory but I can not get the files to open. Anyone have any > suggestions? > > Thanks! > > Brian > > Here is the output when I run the script: > > Can't open images/.: No such file or directory

Re: image magick problem on free bsd

2004-07-20 Thread David Inglis
I may have compiled it initially but I later used the sysinstall program on free bsd to download the bsd port ver image-Magic-5.5.7.11-1 -- Regards David Inglis Quoting "Randy W. Sims" <[EMAIL PROTECTED]>: > On 7/20/2004 8:12 PM, David Inglis wrote: > > > I am having trouble using image magick

Re: image magick problem on free bsd

2004-07-20 Thread Randy W. Sims
On 7/20/2004 8:12 PM, David Inglis wrote: I am having trouble using image magick on a free bsd box, the code below works fine on redhat but gets the following error message using bsd /libexec/ld-elf.so.1: /usr/local/lib/perl5/site_perl/5.8.3/i386-freebsd/auto/Image/Magick/Magick.so: Undefined symbo

RE: Image::Magick Montage usage

2004-03-10 Thread Taylor James
Taylor James wrote: > > Another good idea, which I shall try tonight along with the others, > or this afternoon if I can get Image::Magick installed on my work PC. > That's another story! > Done that, and revised the code as discussed earlier and it still seems to be hangign at the same point (j

RE: Image::Magick Montage usage

2004-03-10 Thread Taylor James
Wiggins d Anconia wrote: > I also notice that you catch the return result of 'Write' and then > warn > if it is positive, but 'Write' returns the number of images written, > so > it should be positive. I suspect this is because it is just test code, > but you will likely need to correct that befo

RE: Image::Magick Montage usage

2004-03-10 Thread Wiggins d Anconia
> Wiggins d Anconia wrote: > > > > HTH, > > > > Indeed, you're right of course. I have a hunch that this is more than a > resource issue, but of course I should try using less images first to > eliminate it as a possibility. I'll try later and let you know how I get on. > > I was kind of hopi

RE: Image::Magick Montage usage

2004-03-10 Thread Taylor James
Wiggins d Anconia wrote: > > HTH, > Indeed, you're right of course. I have a hunch that this is more than a resource issue, but of course I should try using less images first to eliminate it as a possibility. I'll try later and let you know how I get on. I was kind of hoping someone would spot

Re: Image::Magick Montage usage

2004-03-10 Thread Wiggins d Anconia
> > Hi there, > > I have 189 gif images at 200x200 and I want to combine them in a 3x61 > arrangement, ending up with a 600x12200 gif. Firstly is this just crazy > talk? I realise this is a large image, but I've dealt with larger in the > past. > As long as you have the resources... > Secondly

Re: Image Magick

2004-01-09 Thread Scott Taylor
At 11:02 AM 01/09/2004, Scott Taylor wrote: At 10:28 AM 01/09/2004, Wiggins d Anconia wrote: http://www.ImageMagick.org/www/perl.html Check the above for an example of how to print an image to a filehandle, in your case you want the default STDOUT I've been all over that page, but I'm still

Re: Image Magick

2004-01-09 Thread Scott Taylor
At 10:28 AM 01/09/2004, Wiggins d Anconia wrote: > Hello all, > > I am trying to use Image::Magick to resize a JPEG. This routine works to > display the full size image from a blob in my Firebird database: > > while ( my ($PixData ) > = $sth->fetchrow ) { > print h

Re: Image Magick

2004-01-09 Thread Wiggins d Anconia
> Hello all, > > I am trying to use Image::Magick to resize a JPEG. This routine works to > display the full size image from a blob in my Firebird database: > > while ( my ($PixData ) > = $sth->fetchrow ) { > print header('image/jpeg'); > print $Pix

RE: Image::Magick pixel replacement

2001-09-30 Thread Jade E. Deane
Perhaps I should rephrase this. Is anyone aware of a module or method of replacing pixels in an image? Jade -Original Message- From: Jade E. Deane [mailto:[EMAIL PROTECTED]] Sent: Saturday, September 29, 2001 4:53 AM To: [EMAIL PROTECTED] Subject: Image::Magick pixel replacement Is a