Difference between revisions of "Nsimage"

From AOLserver Wiki
Jump to navigation Jump to search
(imported from WiKit id 216)
 
 
Line 1: Line 1:
 
An AOLserver module that implements the ns_image and ns_pngsize commands, with replacements for [[ns_jpegsize]] and [[ns_gifsize]].  By [[Ayan George]].
 
An AOLserver module that implements the ns_image and ns_pngsize commands, with replacements for [[ns_jpegsize]] and [[ns_gifsize]].  By [[Ayan George]].
  
This module lives in AOLserver CVS[http://cvs.sourceforge.net/viewcvs.py/aolserver/nsimage/]
+
This module lives in AOLserver CVS[http://aolserver.cvs.sourceforge.net/viewvc/aolserver/nsimage/]
  
 
'''TYPE'''
 
'''TYPE'''

Latest revision as of 12:28, 24 November 2009

An AOLserver module that implements the ns_image and ns_pngsize commands, with replacements for ns_jpegsize and ns_gifsize. By Ayan George.

This module lives in AOLserver CVS[1]

TYPE

AOLserver-specific C

STATUS

Beta

DEPENDENCIES

(None)

DESCRIPTION

  • ns_jpegsize filename
  • ns_gifsize filename
  • ns_pngsize filename
  • ns_image type filename
  • ns_image size filename

See ns_jpegsize and ns_gifsize. ns_image subcommands work with jpeg, gif, and png files.