Page 1 of 1

The only thing that REALLY must be done...

Posted: 2005-09-24 18:41:33
by barmagloth
...is automatical resize of pictures when storing into catalog AND exporting to a web page. E.g. 800x800 max for local storage and 200x200 max for a web page. There are PLENTY of open sources that can provide you with code needed - GIMP sources for example (written in C++ I suppose).

Posted: 2005-09-24 20:29:30
by antp
The GIMP source would be useless for that (not so easy to take a part of another program... especially if it is written in another language :p)
There are librairies for doing a resize in Delphi.
This is on my todo list, like lots of other things...