View Single Post
Old 10-10-2012, 12:09 AM   PM User | #3
DrDOS
Senior Coder

 
Join Date: Sep 2010
Posts: 1,155
Thanks: 10
Thanked 148 Times in 148 Posts
DrDOS is infamous around these parts
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.
DrDOS is offline   Reply With Quote