DAA2ISO 0.1.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News DAA2ISO 0.1.3 (Default branch)
# 1  
Old 01-28-2008
DAA2ISO 0.1.3 (Default branch)

DAA2ISO is a command line tool for converting the DAA files (Direct Access Archive, used by PowerISO) to ISO. License: GNU General Public License (GPL) Changes:
Support for big endian architectures, an automatic mini GUI on Windows, and a readme file.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
WBMP2XBM(1p)						User Contributed Perl Documentation					      WBMP2XBM(1p)

NAME
wbmp2xbm - converts WBMP to XBM SYNOPSIS
wbmp2xbm [-v|--verbose] [--debug=n] file.wbmp ... wbmp2xbm (-h|--help|--usage) wbmp2xbm (-V|--version) DESCRIPTION
wbmp2xbm is a converter from WAP Wireless Bitmaps (WBMP) to X Bitmaps (XBM) written in Perl. It uses the same converting library as the WAP WML browser wApua. wbmp2xbm needs at least one WBMP file as argument and will save it as XBM file with the same basename but a .xbm suffix. OPTIONS
-h, --help, --usage Shows a summary of options. -V, --version Shows the version of wbmp2xbm. -d n, --debug=n Sets the level of debug output to n. SEE ALSO
wApua(1p), wbmp2xpm(1), convert(1). The wApua FAQ at <http://fsinfo.noone.org/~abe/wApua/FAQ.html> COPYRIGHT
Copyright (C) 2000, 2006, 2009 by Axel Beckert <wapua@deuxchevaux.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. It also came with wApua in the file COPYING. AUTHOR
wbmp2xbm was written by Axel Beckert <wapua@deuxchevaux.org> perl v5.10.1 2009-12-02 WBMP2XBM(1p)