AutoHotkey Community

It is currently May 27th, 2012, 7:31 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: June 29th, 2006, 10:37 am 
Quote:
ImageScale is designed to be run from the command prompt. It takes five arguments, three of which are mandatory:

imagescale InputFile sx sy [dx] [dy]

Sx and sy are the dimensions of the source InputFile, and dx/dy are the desired dimensions of the destination or output file. If dx and dy are not specified, the file will be scaled to 640x480. ImageScale will scale the InputFile and create a new output file. The new file will be placed in the same directory with the input, and will have a name composed with the input file name followed by the new dimensions. If a file with that name already exists, it will be overwritten. The input file name is assumed to be composed following the convention used by ScreenCap: "N-TTTTTT-X-Y.bmp" where: N is a sequence number, TTTTTT is the time of the capture, and X and Y are the mouse coordinates. A standard arrow shaped red mouse cursor will be inserted into the output image with its point at {X,Y} relative to the source file dimensions.

Cjpeg is a jpeg compression utility written by The Independent JPEG Group. It is fully documented at http://www.ijg.org/ To see its usage message, just run it without arguments. For our purposes it will normally be sufficient to call it simply with:

cjpeg inputfile.bmp outputfile.jpg

[More]


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group