File: README

package info (click to toggle)
tuxcmd 0.6.70%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 3,612 kB
  • ctags: 2,757
  • sloc: pascal: 49,754; ansic: 2,272; makefile: 106
file content (8 lines) | stat: -rw-r--r-- 411 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
How to translate image to an inline form suitable for compilation in the main binary:
 1. Use `gdk-pixbuf-csource' utility to get C source of the pixmap
 2. Include the C source file in gdk-pixbuf-pas.c
 3. Recompile (use attached Makefile), run, split the output in several Pascal source files

See http://library.gnome.org/devel/gdk-pixbuf/stable/gdk-pixbuf-inline.html for inlining

TODO: Further automatize