/[public]/psiconv/tags/rel-0-9-9/lib/psiconv/generate_image.c
ViewVC logotype

Log of /psiconv/tags/rel-0-9-9/lib/psiconv/generate_image.c

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (annotate)
Sticky Revision:

Revision 357 - (view) (annotate) - [select for diffs]
Modified Wed Oct 29 09:17:54 2014 UTC (9 years, 5 months ago) by (unknown author)
File length: 29225 byte(s)
Diff to previous 351
This commit was manufactured by cvs2svn to create tag 'rel-0-9-9'.

Revision 351 - (view) (annotate) - [select for diffs]
Modified Wed Oct 22 19:53:40 2014 UTC (9 years, 5 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 29225 byte(s)
Diff to previous 270
(Frodo) Update copyright year in all source files


Revision 270 - (view) (annotate) - [select for diffs]
Modified Tue Nov 15 15:52:34 2005 UTC (18 years, 4 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 29225 byte(s)
Diff to previous 244
(Frodo) Updated all copyright notices for 2005
        Changed email addresses
        Made the examples part of the archive


Revision 244 - (view) (annotate) - [select for diffs]
Modified Mon Mar 22 20:08:09 2004 UTC (20 years ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 29212 byte(s)
Diff to previous 233
(Frodo) Fix in color generation algorithm

  * Update version to 0.9.5
  * Update patch level of library
  * For greyscale pictures, white was translated as black. Not good.


Revision 233 - (view) (annotate) - [select for diffs]
Modified Thu Feb 26 16:27:43 2004 UTC (20 years, 1 month ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 29174 byte(s)
Diff to previous 231
(Frodo) And even more error work.


Revision 231 - (view) (annotate) - [select for diffs]
Modified Wed Feb 25 20:57:10 2004 UTC (20 years, 1 month ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 29176 byte(s)
Diff to previous 196
(Frodo) Progress information while generating update

Much better progress information now, and better error reporting.


Revision 196 - (view) (annotate) - [select for diffs]
Modified Wed Feb 4 12:19:09 2004 UTC (20 years, 1 month ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 28755 byte(s)
Diff to previous 184
(Frodo) Copyright dates update


Revision 184 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 20:15:01 2004 UTC (20 years, 2 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 28757 byte(s)
Diff to previous 178
(Frodo) Unicode transition

Note: this commit breaks psiconv. The programs in the extra directory should
work properly.

  * Change all datastructures to use unicode for character encodings
  * Added psiconv_error function
  * Called psiconv_error at places where a warning was stupid
  * Added psiconv_progress in all generate functions
  * Added lev parameter to all generate functions
  * Removed general.h from CVS (we have general.h.in, after all)
  * Probably other stuff I forgot


Revision 178 - (view) (annotate) - [select for diffs]
Modified Wed Dec 3 15:16:43 2003 UTC (20 years, 3 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 27817 byte(s)
Diff to previous 176
(Frodo) Enhancing image parsing

* Preparations in parse_image to do a pass-based decoding with support for
  all image formats
* Moved some stuff to image.h/image.c that is used both for the generation
  and parsing of images
* image.h is not installed


Revision 176 - (view) (annotate) - [select for diffs]
Modified Tue Dec 2 19:47:47 2003 UTC (20 years, 4 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 45139 byte(s)
Diff to previous 175
(Frodo) Picture generation now supports all RLE's and many more config
        items. Mostly untested, though.


Revision 175 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 20:55:01 2003 UTC (20 years, 4 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 22700 byte(s)
Diff to previous 174
(Frodo) RLE16/24 support, but not yet used


Revision 174 - (view) (annotate) - [select for diffs]
Modified Thu Nov 27 12:08:13 2003 UTC (20 years, 4 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 12563 byte(s)
Diff to previous 171
(Frodo) Clipart generation


Revision 171 - (view) (annotate) - [select for diffs]
Modified Wed Nov 26 20:56:17 2003 UTC (20 years, 4 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 11535 byte(s)
Diff to previous 170
(Frodo) Support MBM output format


Revision 170 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 22:08:48 2003 UTC (20 years, 4 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 10704 byte(s)
Diff to previous 168
(Frodo) Generating of Sketch files, both stand-alone and as objects, works!

No RLE encoding yet, we have to test higher colordepths.


Revision 168 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 17:57:05 2003 UTC (20 years, 4 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 6638 byte(s)
Diff to previous 142
(Frodo) config stuff and image generation stuff

* All parse and generate functions have a new config parameter
* New files configuration.[ch] in the psiconv lib
* Some image generation stuff (not ready, but won't do any harm)


Revision 142 - (view) (annotate) - [select for diffs]
Modified Tue Jan 29 18:38:38 2002 UTC (22 years, 2 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 984 byte(s)
Diff to previous 86
(Frodo) DMALLOC support


Revision 86 - (view) (annotate) - [select for diffs]
Added Thu Dec 28 15:49:12 2000 UTC (23 years, 3 months ago) by frodo
Original Path: psiconv/trunk/lib/psiconv/generate_image.c
File length: 939 byte(s)
(Frodo) Update of format description. Added some obscure layout codes.


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26