This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fly-1.6.5, create gif's on the fly


Hi,

i have compiled fly-1.6.5 today, it works OOTB.
But who wants to save some time may load down a packed
binary (it is executable). 

To build:
=========
Get the source: http://martin.gleeson.com/fly/
Unpack it, cd into fly-dir, type 'make', that's it.
Then $ strip fly.exe 
and just copy fly.exe to /bin


Binary ready for download at:
=============================
Built with gd-1.3:
http://familiehaase.de/cywgin/gd/fly.exe (27kb)
Built with gd-1.2:
http://familiehaase.de/cywgin/gd/fly-gd-1.2.exe (23kb)

Documentation:
==============
http://familiehaase.de/cywgin/gd/fly-examples
http://familiehaase.de/cywgin/gd/fly-doc

$ fly -h
fly, version 1.6.5

See <URL:http://www.unimelb.edu.au/fly/fly.html> for documentation.

Quick Reference to Directives: 

new
size x,y
name filename.gif

line    x1,y1,x2,y2,R,G,B             dline        x1,y1,x2,y2,R,G,B 
rect    x1,y1,x2,y2,R,G,B             frect        x1,y1,x2,y2,R,G,B 
square  x,y,s,R,G,B                   fsquare      x,y,s,R,G,B 
poly    R,G,B,x1,y1...,xn,yn          fpoly        R,G,B,x1,y1...,xn,yn 
fill    x,y,R,G,B                     filltoborder x,y,R1,G1,B1,R2,B2,G2 
arc     x1,y1,w,h,start,finish,R,G,B  
ellipse x1,y1,w,h,R,G,B  
circle  x,y,d,R,G,B                   fcircle      x,y,d,R,G,B 

string   R,G,B,x,y,<size>,<string> 
stringup R,G,B,x,y,<size>,<string> 
(size = tiny, small, medium, large or giant) 

copy         x,y,x1,y1,x2,y2,filename.gif 
copyresized  x1,y1,x2,y2,dx1,dy1,dx2,dy2,filename.gif 

setpixel     x,y,R,G,B 
getpixel     x,y 
colourchange R1,G1,B1,R2,G2,B2 
transparent  R,G,B 
interlace 

setbrush    filename.gif                         killbrush 
settile     filename.gif                         killtile 
setstyle    R1,G1,B1,R2,G2,B2,...,Rn,Bn,Gn       killstyle 

sizex 
sizey 
rotate      deg 

end


gph



-- 
gerrit.haase@convey.de

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]