• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

aftershow/H15-Jan-2011-2,1201,615

apps/H03-May-2022-4,9293,278

libjpeg/H15-Jan-2011-38,75823,864

libpng/H15-Jan-2011-25,51419,931

libungif/H15-Jan-2011-2,7081,833

win32/H15-Jan-2011-743474

zlib/H15-Jan-2011-10,9346,881

.dependH A D15-Jan-20111.9 KiB151132

.sharedH A D15-Jan-20111.5 KiB4745

ChangeLogH A D15-Jan-2011103.7 KiB3,7982,501

Makefile.inH A D03-May-202214.1 KiB427335

READMEH A D15-Jan-20111.2 KiB3122

aclocal.m4H A D15-Jan-201136.9 KiB989945

afterbase.cH A D15-Jan-201149.3 KiB2,1221,747

afterbase.h.inH A D15-Jan-20111.3 KiB4235

afterimage-config.inH A D15-Jan-20112.5 KiB146127

afterimage-libs.inH A D15-Jan-2011621 2822

afterimage.hH A D15-Jan-201110.5 KiB28318

ascmap.cH A D15-Jan-201118.9 KiB700626

ascmap.hH A D15-Jan-20117.6 KiB22299

asfont.cH A D15-Jan-201170.6 KiB2,3602,047

asfont.hH A D15-Jan-201120.8 KiB596156

asim_afterbase.hH A D15-Jan-201116.5 KiB524400

asimage.cH A D15-Jan-201141.1 KiB1,5131,313

asimage.hH A D15-Jan-201143.1 KiB1,121243

asimagexml.cH A D15-Jan-201192.1 KiB2,4911,619

asimagexml.hH A D15-Jan-20112.2 KiB8562

asstorage.cH A D15-Jan-201177.7 KiB2,7172,370

asstorage.hH A D15-Jan-20118.5 KiB20394

asvisual.cH A D15-Jan-201168 KiB2,3011,991

asvisual.hH A D15-Jan-201127.7 KiB680218

blender.cH A D15-Jan-201120.3 KiB730595

blender.hH A D15-Jan-201113 KiB30044

bmp.cH A D15-Jan-20118 KiB308249

bmp.hH A D15-Jan-20111.7 KiB8361

char2uni.cH A D15-Jan-201136.7 KiB993667

char2uni.hH A D15-Jan-20112 KiB8656

colornames.hH A D15-Jan-201123.5 KiB766761

config.guessH A D15-Jan-201142.6 KiB1,4601,263

config.h.inH A D15-Jan-20114.6 KiB180123

config.subH A D15-Jan-201130.8 KiB1,5671,426

configureH A D03-May-2022308.2 KiB10,5889,115

configure.inH A D15-Jan-201124.8 KiB800705

draw.cH A D15-Jan-201152.5 KiB2,0351,673

draw.hH A D15-Jan-20112.1 KiB5843

export.cH A D03-May-202238.5 KiB1,3861,115

export.hH A D15-Jan-20115.8 KiB20984

imencdec.cH A D15-Jan-201147 KiB1,5561,352

imencdec.hH A D15-Jan-201120 KiB50499

import.cH A D03-May-202288.3 KiB3,0372,523

import.hH A D15-Jan-201110 KiB288135

install-shH A D15-Jan-20119 KiB324189

libAfterImage.dspH A D15-Jan-201110.8 KiB582447

libAfterImage.dswH A D15-Jan-2011840 4530

libAfterImage.makH A D15-Jan-201117.9 KiB908579

pixmap.cH A D15-Jan-201121.6 KiB792650

pixmap.hH A D15-Jan-20112.9 KiB5646

scanline.cH A D15-Jan-201120.9 KiB780621

scanline.hH A D15-Jan-20116.2 KiB17062

test_mmx.cH A D15-Jan-20113.8 KiB163129

transform.cH A D15-Jan-2011103.2 KiB3,4493,021

transform.hH A D15-Jan-201123.8 KiB564105

ungif.cH A D15-Jan-20116.8 KiB265200

ungif.hH A D15-Jan-20111.2 KiB4328

xcf.cH A D15-Jan-201123.8 KiB901793

xcf.hH A D15-Jan-20114.5 KiB231181

ximage.cH A D15-Jan-201122.1 KiB797668

ximage.hH A D15-Jan-201115.1 KiB36645

xpm.cH A D15-Jan-201131 KiB993907

xpm.hH A D15-Jan-20111.9 KiB9367

xwrap.hH A D15-Jan-20117.7 KiB284248

README

1This directory contains libAfterImage core code.
2
3Here is how to build and install it :
4
5libAfterImage may utilize libAfterBase, for some of the low level
6tasks, or it may run standalone, using its own subset of
7libAfterBase. It is recommended to use libAfterBase whenever
8possible, as it provides more functionality, and you may
9actually utilize it in your programs for various tasks, such as
10hash tables, file searching, etc.
11
12Both libraries can be built and installed by simply executing :
13
14  ./configure ; make ; make install
15
16in respective directory.
17
18libAfterImage will install itself into /usr/local/lib on most
19systems. In addition it will install afterimage-libs script to
20/usr/local/bin. This script can be used to query what libraries
21libAfterImage is dependant on. All of this libraries has to be
22linked to, while building an application utilizing libAfterImage.
23Header files for the library will be installed into
24/usr/local/include/libAfterImage on most systems.
25
26Check out API documentation and example apps.
27
28Thanks for using libAfterImage. Contributions and bug reports are
29always welcome. Please e-mail yours to <sashav at sprintmail dot com>,
30or any of the AfterStep mailing lists.
31