Picon

GraphicsMagick ./ChangeLog coders/caption.c mag...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>	07/07/31 23:34:34

Modified files:
	.              : ChangeLog 
	coders         : caption.c 
	magick         : constitute.c 
	www            : Changelog.html 

Log message:
	* magick/constitute.c (ImportImagePixelArea): Improved read speed
	for bilevel gray image.  Many thanks to Mark Mitchell for
	inspiration and ideas.
	* coders/caption.c (ReadCAPTIONImage): Eliminate use of strcpy().

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Picon

GraphicsMagick ./ChangeLog ./Makefile.in ./conf...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>	07/08/02 10:45:36

Modified files:
	.              : ChangeLog Makefile.in configure configure.ac 
	VisualMagick/bin: delegates.mgk 
	VisualMagick/installer/inc: version.isx 
	coders         : ept.c pdf.c ps.c 
	config         : delegates.mgk.in 
	gmdocs         : options.imdoc 
	magick         : Makefile.am delegate.c delegate.h image.h 
	                 version.h 
	utilities      : gm.1 
	www            : Changelog.html GraphicsMagick.html gm.html 
Removed files:
	coders         : Make.com 
	magick         : Make.com 

Log message:
	* config/delegates.mgk.in, VisualMagick/bin/delegates.mgk: Added
	gs-gray and gs-color+alpha delegate definitions.
	* coders/{ept.c, pdf.c, ps.c}: Respect a -type Bilevel, Grayscale,
	TrueColor, or TrueColorMatte request by passing appropriate
	options to Ghostscript for rendering..

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
(Continue reading)

Picon

doc/gmdocs imdoc2man

CVSROOT:	/GraphicsMagick
Module name:	doc
Changes by:	Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>	07/08/02 13:27:20

Modified files:
	gmdocs         : imdoc2man 

Log message:
	Fix manual page date stamp.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Picon

doc www/Changelog.html www/GraphicsMagick.html ...

CVSROOT:	/GraphicsMagick
Module name:	doc
Branch: 	GraphicsMagick-1_1
Changes by:	Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>	07/08/02 13:28:13

Modified files:
	www            : Changelog.html GraphicsMagick.html gm.html 
	gmdocs         : imdoc2man 

Log message:
	Fix manual page date stamp.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Picon

GraphicsMagick ./ChangeLog PerlMagick/t/cgm/rea...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>	07/08/02 17:56:13

Modified files:
	.              : ChangeLog 
	PerlMagick/t/cgm: read.t 
	gmdocs         : brief_options.imdoc options.imdoc 
	magick         : command.c 
	utilities      : gm.1 
	www            : Changelog.html animate.html display.html 
	                 gm.html 

Log message:
	* magick/command.c (AnimateImageCommand): Add support for -type to
	'animate'.
	(DisplayImageCommand): Add support for -type to 'convert'

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Picon

GraphicsMagick ./AUTHORS ./ChangeLog VisualMagi...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>	07/08/04 08:59:16

Modified files:
	.              : AUTHORS ChangeLog 
	VisualMagick/installer/inc: version.isx 
	magick         : command.c version.h version.h.in 
	www            : AUTHORS.html Changelog.html 

Log message:
	* magick/version.h.in: Added wrapping for copyright line to a
	reasonable width.
	* AUTHORS: Added Daniel Kobras.
	* magick/command.c (VersionCommand): Added feature support list to
	-version output.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Picon

GraphicsMagick ./ChangeLog VisualMagick/install...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>	07/08/05 21:20:22

Modified files:
	.              : ChangeLog 
	VisualMagick/installer/inc: version.isx 
	coders         : bmp.c tiff.c 
	magick         : command.c constitute.c constitute.h image.c 
	                 version.h version.h.in 
	www            : Changelog.html 

Log message:
	* magick/constitute.c (ExportImagePixelArea): Add optimized
	support for 2 and 16 color PseudoClass.
	(ImportImagePixelArea): Add optimized support for 2 and 16 color
	PseudoClass.
	* magick/constitute.c (ImportImagePixelArea): Add option to output
	pad bytes at end of pixel data.  Added optimized implementation of
	IndexQuantum for bilevel images.
	* coders/tiff.c (WriteTIFFImage): Be smarter when writing gray
	Palette and grayscale TIFF images in order to not waste time.
	* coders/bmp.c (ReadBMPImage): Use ImportImagePixelArea() when
	reading and writing bilevel and colormapped images.
	(WriteBMPImage): Use ExportImagePixelArea() when writing bilevel
	images.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
(Continue reading)

Picon

GraphicsMagick ./ChangeLog VisualMagick/install...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>	07/08/06 17:28:56

Modified files:
	.              : ChangeLog 
	VisualMagick/installer/inc: version.isx 
	coders         : mat.c topol.c wpg.c 
	magick         : blob.c blob.h version.h 
	www            : Changelog.html 

Log message:
	* coders/wpg.c (ReadWPGImage): Support WPG files which use XOR
	operator.
	
	* magick/blob.c (ReadBlobLSBdouble): Migrate from mat.c.
	(ReadBlobMSBdouble): Migrate from mat.c.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Picon

GraphicsMagick/magick blob.c

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>	07/08/06 17:50:25

Modified files:
	magick         : blob.c 

Log message:
	Use MagickSwabDouble() to swap doubles.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
Picon

GraphicsMagick ./ChangeLog PerlMagick/MANIFEST ...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us>	07/08/08 13:53:15

Modified files:
	.              : ChangeLog 
	PerlMagick     : MANIFEST 
	PerlMagick/t   : read.t 
	VisualMagick/installer/inc: version.isx 
	magick         : version.h 
	www            : Changelog.html 
Added files:
	PerlMagick/t   : input_gray_lsb_08bit.mat 
	                 input_gray_lsb_double.mat 
	                 input_gray_msb_08bit.mat 
	                 input_rgb_lsb_08bit.mat 
	PerlMagick/t/reference/read: input_gray_lsb_08bit_mat.miff 
	                             input_gray_lsb_double_mat.miff 
	                             input_gray_msb_08bit_mat.miff 
	                             input_rgb_lsb_08bit_mat.miff 
Removed files:
	PerlMagick/t   : input.mat input8.mat input_dbl.mat input_lp.mat 
	                 input_rgb.mat 
	PerlMagick/t/reference/read: input_mat.miff 

Log message:
	* PerlMagick/t/read.t: Update MAT read tests according to
	instructions from Fojtik Jaroslav.

-------------------------------------------------------------------------
(Continue reading)


Gmane