in reply to Re: pure perl gif => jpg
in thread pure perl gif => jpg
If you say "it does contain some code which needs to be compiled", then it isn't pure perl. GD doesn't require an external library; it can include the libgd inside the XS extension. But it does require the XS interface code and the libgd library to do the image manipulation.