|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [WM]: watermarking
> I am interested in watermarking technique especially implemented by
> Peter˙20Meerwald. However, i could not build his codes on my
> PC, XP loaded by ˙sing visual C. For example, it gives the
> following errors:
> "unresolved external symbols for random, srandom, optind, optarg and
> geto˙t".
please get the netpbm library (netpbm.sourceforge.net) which provides the functionality to load/store images in .pgm/.ppm format and
also features a
getopt() implementation
MSVC probably has some compatibility functions for srandom()/random() (maybe called _srandom() or rand48()) -- if not you can try to
use rand() / srand() instead
regards,
Peter
--
DI Peter Meerwald peter_meerwald@sonydadc.com
Schiesstandstr. 3 seawood@very.priv.at
A-5061 Elsbethen / AUSTRIA
phone/fax +43-662-627509 (home) phone +43-6246-880-388 (office)
+43-664-2444418 (mobile) -394 (office fax)
______________________________________________________________________________
Watermarking Mailing List - http://www.watermarkingworld.org/ml.html
To unsubscribe send email to "majordomo@watermarkingworld.org" with
"unsubscribe watermarking YOURMAIL" in the body.
______________________________________________________________________________
|