Here's an example to get started. Let's assume you have an image "mypic.jpg". (1) djpeg -ppm mypic.jpg | gridpack -o /usr/local/www/data/gridpix/mypic.gpx (2) Make sure you have CGI scripts with symlinks enabled on your web server. For Apache, you need something like ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/" AllowOverride None Options ExecCGI FollowSymLinks Order allow,deny Allow from all in your /usr/local/etc/apache/httpd.conf file. (3) Use a URL like this to refer to the image: http://hostname/cgi-bin/getimg2.cgi?mypic&720&576 720 and 576 are the width and height of the GridPix window. The default tile size is 144 by 144 so choose multiples of 144. (4) To pop up a new window, use something like: === click here === For more info, please read the documents in /usr/local/share/doc/gridpix. nchange='this.form.submit();'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/audio/teknap
Commit message (Expand)AuthorAgeFilesLines
* - Re-catagorize netknap to net-p2ptabthorpe2008-01-0912-840/+0
* - Fix build with gcc 4.2miwi2007-11-143-5/+23
* - Mark these unmaintained ports BROKEN on HEAD: do not compile with GCC 4.2pav2007-07-031-0/+4
* - Reset MAINTAINER:pav2007-07-03