Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Manhandling image files (TIFFs) quickly

by liz (Monsignor)
on Sep 08, 2003 at 20:37 UTC ( [id://289858]=note: print w/replies, xml ) Need Help??


in reply to Manhandling image files (TIFFs) quickly

Are you sure the bottleneck is in Perl? Have you benchmarked or dproffed that? The way I understand it, PerlMagick is but a very thin layer on top of a very optimized ImageMagick. You may be spending most of the CPU's time in optimized C code already, which makes it rather pointless to start doing the remaining Perl bits in C.

This probably doesn't help you directly, but may put you in a better position when discussing this with your client.

Liz

  • Comment on Re: Manhandling image files (TIFFs) quickly

Replies are listed 'Best First'.
Re: Re: Manhandling image files (TIFFs) quickly
by JPaul (Hermit) on Sep 08, 2003 at 22:21 UTC
    I'm very certain that there is nothing wrong with perl, not PerlMagick, but simply ImageMagick not being built for the speed that I require.
    ImageMagick is an excellent piece of software and does very, very well what it was designed for - unfortunately I need something faster, which means ImageMagick minus 95% of its code (leaving only the bare TIFF code, of course).

    I meant that ImageMagick would be the object to replace, rather than perl at all, in C.
    How could the problem ever be in perl? It's perfect ;)

    JP,
    -- Alexander Widdlemouse undid his bellybutton and his bum dropped off --

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://289858]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (2)
As of 2024-04-24 15:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found