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

..03-May-2022-

LICENSEH A D18-Jan-200917.6 KiB340281

MakefileH A D03-May-2022868 3822

READMEH A D18-Jan-20091.1 KiB4025

TODOH A D18-Jan-2009875 3019

callback_menu.cH A D18-Jan-20091.5 KiB7432

cursor.cH A D18-Jan-20091.2 KiB4515

cursor.hH A D18-Jan-2009850 295

display.cH A D19-Jan-20097 KiB240141

display.hH A D18-Jan-2009903 346

draw_image.cH A D19-Jan-20095.7 KiB206145

draw_image.hH A D18-Jan-20091.1 KiB3510

file_dialog.cH A D19-Jan-20096.8 KiB272175

file_dialog.hH A D18-Jan-2009929 326

find_match.cH A D18-Jan-20092.3 KiB9350

find_match.hH A D18-Jan-2009922 315

globals.cH A D19-Jan-20091.8 KiB6939

globals.hH A D19-Jan-20092 KiB7836

help.cH A D19-Jan-20094.5 KiB14596

help.hH A D18-Jan-2009846 325

highlight.cH A D18-Jan-20092.5 KiB10654

highlight.hH A D18-Jan-2009995 369

icon_bitmapH A D18-Jan-20093 KiB4544

info_popup.cH A D18-Jan-200912.1 KiB441281

info_popup.hH A D18-Jan-2009888 316

license.hH A D18-Jan-20091.5 KiB4221

main.cH A D18-Jan-20093.2 KiB13575

make_db.cH A D20-Jan-20096.2 KiB220156

make_db_imlib2.cH A D18-Jan-20096.2 KiB220154

menu.hH A D18-Jan-2009946 326

options.cH A D19-Jan-200911.1 KiB342247

options.hH A D18-Jan-20091,002 356

pixelize-1.0.0.lsmH A D20-Jan-2009629 1716

read_db.cH A D18-Jan-20092.9 KiB13488

read_db.hH A D18-Jan-20091,012 4012

read_line.cH A D18-Jan-20091,015 3912

read_line.hH A D18-Jan-2009989 354

render.cH A D19-Jan-200910.2 KiB415273

render.hH A D18-Jan-2009847 305

render_image.cH A D18-Jan-20094.7 KiB18290

render_image.hH A D18-Jan-20091.3 KiB4416

setup_menu.cH A D18-Jan-20096 KiB211134

stats.cH A D18-Jan-20091.3 KiB6127

stats.hH A D18-Jan-2009874 304

status.cH A D18-Jan-20093.9 KiB12270

status.hH A D18-Jan-20091 KiB3710

README

1
2Pixelize Version  0.8.0
3
4By Paul Wilkins
5
6Pixelize is a program that will use many scaled down images to
7try to duplicate, as closely as possible, another image.
8
9Pixelize works by splitting up the image you want rendered (or
10duplicated) into a grid of small rectangular areas. Each area
11is analyzed, and replaced with an image chosen from a large
12database of images. Pixelize tries to pick images that best
13matches each area.
14
15To build Pixelize:
16
171) Edit the Makefile to tell the compiler where to find the X
18   and GTK headers and libraries if you do not have the
19   gtk-config script properly installed.  Most systems will not
20   need this.
21
222) Run make.
23
243) Copy the executables, pixelize and make_db, to it's final installation
25   directory, for example /usr/local/bin.
26
27Note that in order to use Pixelize to render an immage, you will have
28to run make_db to create the database of images that Pixelize requires.
29
30Pixelize can be found at the following locations:
31http://wilkins.ne.mediaone.net/pixelize.html
32ftp://metalab.unc.edu/pub/linux/apps/graphics/misc
33
34
35That's it.  Good Luck.
36
37Paul
38pwilkins@wilkins.ne.mediaone.net
39
40