VisualFoxProWikiWiki for Microsoft Visual FoxPro development, software engineering, and object-oriented software development using Visual FoxPro.ImageMagick- July 1, 2008 http:www.ImageMagick.org loMagickImage = CreateObject("ImageMagickObject.MagickImage.1") lcType = loMagickImage.Identify("-format", "%m", "Image1.gif" ) && GIF Part of the package is Convert.exe - converts between formats andor change properties (color depth, compression level, resolution, etc) It can be automated with VFP. See http:gnuplot.flexkb.net to see it in action. In particular, the LaTeX rendering - lc Here are some resize functions I got to work great using Image Magick...http://fox.wikis.com/wc.dll?Wiki~ImageMagick Cryptor- July 1, 2008 Cryptor, by Xitech is a commercial program that encrypts and decrypts files on the fly. It's the only useful encryption logic for VFP, since the file is always encrypted on disk, but looks like unencrypted from inside VFP. Other technologies like encrypting just a string (cipher.fll) makes integration a pain, since you would have to call that function on any Read or Write process to your data. Offline-encryption (like PGP etc) is nonsense, since in real life your data is constantly...http://fox.wikis.com/wc.dll?Wiki~Cryptor |