[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6658":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":20,"rankGlobal":10,"rankLanguage":10,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":26,"readmeContent":27,"aiSummary":28,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":29,"discoverSource":30},6658,"gifsicle","kohler\u002Fgifsicle","kohler","Create, manipulate, and optimize GIF images and animations","http:\u002F\u002Fwww.lcdf.org\u002Fgifsicle\u002F",null,"C",4252,255,64,24,0,2,6,20,29.22,"GNU General Public License v2.0",false,"master",true,[],"2026-06-12 02:01:28","![gifsicle-logo](https:\u002F\u002Fraw.githubusercontent.com\u002Fkohler\u002Fgifsicle\u002Fmaster\u002Flogo.gif)\n\nGifsicle [![Build Status](https:\u002F\u002Fgithub.com\u002Fkohler\u002Fgifsicle\u002Factions\u002Fworkflows\u002Ftests.yml\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fkohler\u002Fgifsicle\u002Factions\u002Fworkflows\u002Ftests.yml)\n========\n\nGifsicle manipulates GIF image files. Depending on command line\noptions, it can merge several GIFs into a GIF animation; explode an\nanimation into its component frames; change individual frames in an\nanimation; turn interlacing on and off; add transparency; add delays,\ndisposals, and looping to animations; add and remove comments; flip\nand rotate; optimize animations for space; change images' colormaps;\nand other things.\n\nGifview, a companion program, displays GIF images and animations on an\nX display. It can display multi-frame GIFs either as slideshows,\ndisplaying one frame at a time, or as real-time animations.\n\nGifdiff, another companion program, checks two GIF files for identical\nvisual appearance. This is probably most useful for testing\nGIF-manipulating software.\n\nEach of these programs has a manpage, `PROGRAMNAME.1`.\n\nThe Gifsicle package comes with NO WARRANTY, express or implied,\nincluding, but not limited to, the implied warranties of\nmerchantability and fitness for a particular purpose.\n\nSee `NEWS.md` in this directory for changes in recent versions. The Gifsicle\nhome page is:\n\nhttp:\u002F\u002Fwww.lcdf.org\u002Fgifsicle\u002F\n\n\nBuilding Gifsicle on UNIX\n-------------------------\n\nType `.\u002Fconfigure`, then `make`.\n\nIf `.\u002Fconfigure` does not exist (you downloaded from Github), run\n`autoreconf -i` first.\n\n`.\u002Fconfigure` accepts the usual options; see `INSTALL` for details.\nTo build without gifview (for example, if you don't have X11), use\n`.\u002Fconfigure --disable-gifview`. To build without gifdiff,\nuse `.\u002Fconfigure --disable-gifdiff`.\n\n`make install` will build and install Gifsicle and its manual page\n(under \u002Fusr\u002Flocal by default).\n\n\nBuilding Gifsicle on Windows\n----------------------------\n\nTo build Gifsicle on Windows using Visual C, change into the `src`\ndirectory and run\n\n    nmake -f Makefile.w32\n\nGifview will not be built. The makefile is from Emil Mikulic\n\u003Cdarkmoon@connexus.net.au> with updates by Steven Marthouse\n\u003Ccomments@vrml3d.com>.\n\nTo build Gifsicle on Windows using Borland C++, change into the `src`\ndirectory and run\n\n    nmake -f Makefile.bcc\n\nStephen Schnipsel \u003Cschnipsel@m4f.net> provided `Makefile.bcc`. You\nwill need to edit one of these Makefiles to use a different compiler.\nYou can edit it with any text editor (like Notepad). See the file for\nmore information.\n\n\nContact\n-------\n\nIf you have trouble building or running Gifsicle, try GitHub issues:\nhttps:\u002F\u002Fgithub.com\u002Fkohler\u002Fgifsicle\n\nEddie Kohler, ekohler@gmail.com  \nhttp:\u002F\u002Fwww.read.seas.harvard.edu\u002F~kohler\u002F  \nPlease note that I do not provide support for Windows.\n\n\nCopyright\u002FLicense\n-----------------\n\nAll source code is Copyright (C) 1997-2025 Eddie Kohler.\n\nIF YOU PLAN TO USE GIFSICLE ONLY TO CREATE OR MODIFY GIF IMAGES, DON'T\nWORRY ABOUT THE REST OF THIS SECTION. Anyone can use Gifsicle however\nthey wish; the license applies only to those who plan to copy,\ndistribute, or alter its code. If you use Gifsicle for an\norganizational or commercial Web site, I would appreciate a link to\nthe Gifsicle home page on any 'About This Server' page, but it's not\nrequired.\n\nThis code is distributed under the GNU General Public License, Version\n2 (and only Version 2). The GNU General Public License is available\nvia the Web at \u003Chttp:\u002F\u002Fwww.gnu.org\u002Flicenses\u002Fgpl.html> or in the\n'COPYING' file in this directory.\n\nThe following alternative license may be used at your discretion.\n\nPermission is granted to copy, distribute, or alter Gifsicle, whole or\nin part, as long as source code copyright notices are kept intact,\nwith the following restriction: Developers or distributors who plan to\nuse Gifsicle code, whole or in part, in a product whose source code\nwill not be made available to the end user -- more precisely, in a\ncontext which would violate the GPL -- MUST contact the author and\nobtain permission before doing so.\n\n\nAuthors\n-------\n\nThis program is dedicated to the memory of Anne Dudfield, who named\nit. Anne was an incredible friend and ridiculous person. ANNIED!!!!!!\n\nEddie Kohler \u003Cekohler@gmail.com> \\\nhttp:\u002F\u002Fwww.read.seas.harvard.edu\u002F~kohler\u002F \\\nHe wrote it.\n\nDavid Hedbor \u003Cdavid@hedbor.org> \\\nMany bug reports and constructive whining about the optimizer.\n\nEmil Mikulic \u003Cdarkmoon@connexus.net.au> \\\nWin32 port help.\n\nHans Dinsen-Hansen \u003Cdino@danbbs.dk> \\\nhttp:\u002F\u002Fwww.danbbs.dk\u002F~dino\u002F \\\nAdaptive tree method for GIF writing.\n\nKornel Lesiński \\\n`--lossy` option.\n","Gifsicle 是一个用于创建、处理和优化 GIF 图像及动画的工具。它支持多种功能，如将多个 GIF 合并成动画、拆分动画为单帧、调整帧间延迟、添加透明度、旋转翻转图像以及优化 GIF 文件大小等。该工具采用 C 语言编写，具有高效处理 GIF 的能力。Gifsicle 适用于需要对 GIF 动画进行编辑或优化的场景，例如网页设计、社交媒体内容制作等领域。此外，项目还包含了 Gifview 和 Gifdiff 两个辅助程序，分别用于在 X 显示器上显示 GIF 和对比两个 GIF 文件的视觉差异。","2026-06-11 03:08:09","top_language"]