Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News DokuWiki rc2009-01-30 (Release Candidates branch) Post 302282199 by Linux Bot on Friday 30th of January 2009 10:10:04 AM
Old 01-30-2009
DokuWiki rc2009-01-30 (Release Candidates branch)

ImageDokuWiki is a standards-compliant, simple-to-useWiki mainly aimed at creating documentation of anykind. It is targeted at developer teams,workgroups, and small companies. It has a simplebut powerful syntax which makes sure the datafilesremain readable outside the Wiki, and eases thecreation of structured texts. All data is storedin plain text files, so no database is neededLicense: GNU General Public License (GPL)Changes:
This RC reverts the mechanism for disablingplugins back to the old method to avoid problemswith distribution packaging. It also fixesproblems related to the login/logoff procedure.Image

Image

More...
 
IMGSIZE(1)						User Contributed Perl Documentation						IMGSIZE(1)

NAME
imgsize - read the dimensions of an image in several popular formats SYNOPSIS
imgsize [ -r | -a | -f fmt ] file DESCRIPTION
No-brainer to size an image supplied on the command-line. All the real work is done in Image::Size OPTIONS
By default, the width and height are returned as attributes for an IMG tag in HTML, essentially ""WIDTH=40 HEIGHT=30"". The following options may be used to return alternate formats (all report width first, then height): "-r" Return "raw" format data. Just the numbers separated by a single space. "-a" Return a Perl-style list of attributes suitable for passing to the "img()" method of the CGI module (see CGI). "-f" fmt Pass the string specified in fmt to "sprintf" and thus use it to format the results to your taste. "sprintf" will be passed two numbers, so any other formatting directives will be lost. The numbers are passed as width first, then height. SEE ALSO
Image::Size AUTHOR
Randy J. Ray <rjray@blackperl.com>. Copyright (c) 2000. Distributable under the Artistic License as packaged with Perl version 5.005 and later. LICENSE
Copying and distribution are permitted under the terms of the Artistic License 2.0 (http://www.opensource.org/licenses/artistic-license-2.0.php <http://www.opensource.org/licenses/artistic-license-2.0.php>) or the GNU LGPL 2.1 (http://www.opensource.org/licenses/lgpl-2.1.php <http://www.opensource.org/licenses/lgpl-2.1.php>). perl v5.12.1 2009-11-09 IMGSIZE(1)
All times are GMT -4. The time now is 02:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy