- Timestamp:
- Nov 7, 2008, 7:30:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca-php/examples/img2txt.php
r3304 r3307 3 3 /* 4 4 * img2txt image to text converter 5 * Copyright (c) 2008 Benjamin C. Wiley Sittler <bsittler@gmail.com> 6 * 7 * This file is a Php port of "src/img2txt.c" 8 * which is: 5 9 * Copyright (c) 2006 Sam Hocevar <sam@zoy.org> 6 10 * 2007 Jean-Yves Lamoureux <jylam@lnxscene.org> … … 372 376 { 373 377 fprintf(STDERR, "%s: Can't export to format '%s'\n", $argv[0], $format); 378 return -1; 374 379 } 375 380 else
Note: See TracChangeset
for help on using the changeset viewer.