|
What kind of image processing software is on the machine, it's usually GD
, which I'm not keen on because it uses fixed code, or Imagemagick, which is easier to code and more flexible, but requires shell access for most uses, you can use perl libraries though? That will determine how much of the code is written.
|