Search found 2 matches
- 2013-04-09T15:14:45-07:00
- Forum: PerlMagick
- Topic: Very slow to ->Get('format')
- Replies: 1
- Views: 11259
Re: Very slow to ->Get('format')
I figured it out myself, it was an unrelated issue.
- 2013-04-08T23:10:18-07:00
- Forum: PerlMagick
- Topic: Very slow to ->Get('format')
- Replies: 1
- Views: 11259
Very slow to ->Get('format')
I have a set of small images (640x480) and for some reason Image::Magick is taking a very long time to do the Get->('format') call on them.
With this debug:
WARN "Reading file";
my $err = $image->Read($media_ref->{path});
WARN "Getting format";
my ($format) = $image->Get('format');
WARN "OK ...
With this debug:
WARN "Reading file";
my $err = $image->Read($media_ref->{path});
WARN "Getting format";
my ($format) = $image->Get('format');
WARN "OK ...