Bug 23853 - gifsicle-1.38.ebuild
Bug#: 23853 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: bug-wranglers@gentoo.org Reported By: crucifyer@korea.com
Component: Ebuilds
URL:  http://www.lcdf.org/~eddietwo/gifsicle/
Summary: gifsicle-1.38.ebuild
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2003-07-01 23:17 0000
Description:   Opened: 2003-07-01 23:17 0000
Gifsicle is a UNIX command-line tool for creating, 
editing, and getting information about GIF images and animations. 
Making a GIF animation with gifsicle is easy

------- Comment #1 From crucify 2003-07-01 23:19:02 0000 -------
Created an attachment (id=14098) [details]
/usr/portage/media-libs/gifsicle/gifsicle-1.38.ebuild

------- Comment #2 From crucify 2003-07-07 18:49:09 0000 -------
Created an attachment (id=14258) [details]
--info output for php eval() patch

this is useful patch for php edit animated gif

# gifsicle -I 22.gif

$gifsicle['filename']='22.gif'; $gifsicle['frames']=15; $gifsicle['width']=125;
$gifsicle['height']=125; $gifsicle['loop']=' -l'; $gifsicle['delay']=' -d 16
[conv_filename].000 -d 8 [conv_filename].001 -d 8 [conv_filename].002 -d 8
[conv_filename].003 -d 24 [conv_filename].004 -d 8 [conv_filename].005 -d 8
[conv_filename].006 -d 8 [conv_filename].007 -d 8 [conv_filename].008 -d 8
[conv_filename].009 -d 8 [conv_filename].010 -d 8 [conv_filename].011 -d 8
[conv_filename].012 -d 8 [conv_filename].013 -d 8 [conv_filename].014';

ex)
<?php
$query = exec('gifsicle -I 22.gif');
eval($query);
print_r($gifsicle);
?>

------- Comment #3 From crucify 2003-07-07 18:50:35 0000 -------
Created an attachment (id=14259) [details]
--info output for php eval() patch

this is useful patch for php edit animated gif

# gifsicle -I 22.gif

$gifsicle['filename']='22.gif'; $gifsicle['frames']=15; $gifsicle['width']=125;
$gifsicle['height']=125; $gifsicle['loop']=' -l'; $gifsicle['delay']=' -d 16
[conv_filename].000 -d 8 [conv_filename].001 -d 8 [conv_filename].002 -d 8
[conv_filename].003 -d 24 [conv_filename].004 -d 8 [conv_filename].005 -d 8
[conv_filename].006 -d 8 [conv_filename].007 -d 8 [conv_filename].008 -d 8
[conv_filename].009 -d 8 [conv_filename].010 -d 8 [conv_filename].011 -d 8
[conv_filename].012 -d 8 [conv_filename].013 -d 8 [conv_filename].014';

ex)
<?php
$query = exec('gifsicle -I 22.gif');
eval($query);
print_r($gifsicle);
?>

------- Comment #4 From Markus Nigbur (RETIRED) 2003-10-03 15:27:23 0000 -------
*** Bug 8818 has been marked as a duplicate of this bug. ***

------- Comment #5 From Mr. Bones. 2003-10-10 00:38:05 0000 -------
Added gifsicle-1.40 to CVS.  I emailed upstream to ask about the patch. 
I
don't know enough about php or gifsicle to make a call one way or another
about
it.  If Eddie likes it he can integrate it into the code himself, if not,
it
probably shouldn't go in.