First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 23853
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: crucify <crucifyer@korea.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gifsicle-1.38.ebuild /usr/portage/media-libs/gifsicle/gifsicle-1.38.ebuild text/plain crucify 2003-07-01 23:19 0000 1.05 KB Details
gifsicle-1.38-infoparse.patch.bz2 --info output for php eval() patch patch crucify 2003-07-07 18:49 0000 1.01 KB Details | Diff
gifsicle-1.38-infoparse.patch --info output for php eval() patch text/plain crucify 2003-07-07 18:50 0000 2.73 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 23853 depends on: Show dependency tree
Bug 23853 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


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.

First Last Prev Next    No search results available      Search page      Enter new bug