[ 2008/09/16 ]
If you want to do these, it is NmagemanCOM.
Acquisition of image width and height.
oNmagemanCOM.Load("xxx.jpg"): nWidth = oNmagemanCOM.Width: nHeight = oNmagemanCOM.Height:
Acquisition of image format.(jpg,gif,png,...)
oNmagemanCOM.Load("xxx.jpg"): nFormat = oNmagemanCOM.Format: '// JPEG: 1
Acquisition of image metadata.(EXIF,GPS,...)
oNmagemanCOM.Load("xxx.jpg"): set oGPS = oNmageman.Metadata(3)
Change of image width and height, and save.
oNmagemanCOM.Load("xxx.jpg"): oNmagemanCOM.Width = 100: oNmagemanCOM.Height = 100: oNmagemanCOM.Save("xxx.jpg"):
Change of image format, and save.
oNmagemanCOM.Load("xxx.jpg"): oNmagemanCOM.Format = 13: '// PNG: 13 oNmagemanCOM.Save("xxx.png"):
Handling of image in stream(memory,etc...).(ADODB.Stream,...)
oNmagemanCOM.Load(oStreamIN): oNmagemanCOM.Width = 240: oNmagemanCOM.Save(oStreamOUT):
Overlapping of image.(Paste function)
oNmagemanCOMBase.Load("base.jpg"): oNmagemanCOMSeal.Load("seal.png"): oNmagemanCOMBase.Paste oNmagemanCOMSeal:
[ 2019/09/12 ]
License

For trial use, it is provided free of charge.
Otherwise it will be charged. Please contact us for pricing.

We are preparing the support after it buys it.
Please use it.

[ 2010/04/16 ]
Support

It is offering it for a fee.
Please see here in detail.

[ 2008/03/05 ]
Notes
  1. I hope the use of this software within the range of the good sense.
  2. Our company cannot receive the guarantee of any damage by the use of this software.
  3. Please enjoy the use of this software.
[ 2014/06/05 ]
Download

Please use it after approval in instructions.

Version: 1.1.9.0
[ 2009/02/12 ]
Inquiry

We will wait for the opinion, the demand, and the question, etc.
Please feel free here to contact us.