Picon

GraphicsMagick ./ChangeLog Magick++/ChangeLog M...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/09/01 11:05:54

Modified files:
	.              : ChangeLog 
	Magick++       : ChangeLog 
	Magick++/lib   : Color.cpp Image.cpp 
	Magick++/lib/Magick++: Color.h STL.h 
	Magick++/tests : Makefile.am Makefile.in 
	coders         : histogram.c wpg.c 
	www            : Changelog.html 
	www/Magick++   : STL.html 
Added files:
	Magick++/tests : colorHistogram.cpp 

Log message:
	* coders/histogram.c (WriteHISTOGRAMImage): Remove a useless loop.
	* coders/wpg.c: Applied patch from Fojtik Jaroslav to support
	reading WPGs which use the EXT token.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.647&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/Magick++/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.192&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/Magick++/lib/.diff?cvsroot=GraphicsMagick&tr1=Color.cpp&tr2=1.38&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/Magick++/lib/.diff?cvsroot=GraphicsMagick&tr1=Image.cpp&tr2=1.222&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/Magick++/lib/Magick++/.diff?cvsroot=GraphicsMagick&tr1=Color.h&tr2=1.33&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/Magick++/lib/Magick++/.diff?cvsroot=GraphicsMagick&tr1=STL.h&tr2=1.80&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/Magick++/tests/.diff?cvsroot=GraphicsMagick&tr1=Makefile.am&tr2=1.28&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/Magick++/tests/.diff?cvsroot=GraphicsMagick&tr1=Makefile.in&tr2=1.103&r1=text&r2=text
(Continue reading)

Picon

Import

CVSROOT:	/GraphicsMagick
Module name:	extensions
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/09/01 16:55:14

Log message:
    Import TclMagick

    Status:

    Vendor Tag:	TCLMAGICK_DIST
    Release Tags:	TCLMAGICK_20030901

    N extensions/TclMagick/TclMagick.dsp
    N extensions/TclMagick/TclMagick.dsw
    N extensions/TclMagick/source/pkgIndex.tcl
    N extensions/TclMagick/source/TclMagick.c
    N extensions/TclMagick/source/TclMagick.h
    N extensions/TclMagick/source/test-draw.tcl
    N extensions/TclMagick/source/test-pixel.tcl
    N extensions/TclMagick/source/test-wand.tcl
    N extensions/TclMagick/source/Changes.txt
    N extensions/TclMagick/source/TclMagick.txt
    N extensions/TclMagick/source/main.c
    N extensions/TclMagick/source/TclMagickAppInit.c
    N extensions/TclMagick/www/Changes.txt
    N extensions/TclMagick/www/TclMagick.html
    N extensions/TclMagick/www/TclMagick.txt

    No conflicts created by this import

(Continue reading)

Picon

CVSROOT modules

CVSROOT:	/GraphicsMagick
Module name:	CVSROOT
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/09/01 16:57:30

Modified files:
	.              : modules 

Log message:
	Added TclMagick module

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/CVSROOT/.diff?cvsroot=GraphicsMagick&tr1=modules&tr2=1.60&r1=text&r2=text

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Picon

GraphicsMagick ./ChangeLog VisualMagick/install...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/09/02 14:08:20

Modified files:
	.              : ChangeLog 
	VisualMagick/installer/inc: version.isx 
	coders         : msl.c ps3.c url.c 
	magick         : attribute.c 
	wand           : magick_wand.c 
	www            : Changelog.html 
	www/Magick++   : ChangeLog.html 

Log message:
	* magick/attribute.c (Generate8BIMAttribute): Fix sscanf argument
	type mis-match.
	* coders/ps3.c (ZLIBEncodeImage): Fix mis-classified
	ZipLibraryIsNotAvailable error report.
	* coders/url.c (RegisterURLImage): Only register URL format
	support if libxml2 is available.
	* coders/msl.c (RegisterMSLImage): Only register MSL format
	support if libxml2 is available.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.648&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/VisualMagick/installer/inc/.diff?cvsroot=GraphicsMagick&tr1=version.isx&tr2=1.53&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=msl.c&tr2=1.69&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=ps3.c&tr2=1.131&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=url.c&tr2=1.49&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=attribute.c&tr2=1.96&r1=text&r2=text
(Continue reading)

Picon

GraphicsMagick ./ChangeLog coders/png.c

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Branch: 	GraphicsMagick-1_0
Changes by:	Glenn Randers-Pehrson <glennrp <at> scooby.simple.dallas.tx.us>	03/09/04 07:31:49

Modified files:
	.              : ChangeLog 
	coders         : png.c 

Log message:
	Removed unused "loops_active" variable from coders/png.c

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&only_with_tag=GraphicsMagick-1_0&tr1=ChangeLog&tr2=1.484.2.103&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&only_with_tag=GraphicsMagick-1_0&tr1=png.c&tr2=1.349.2.5&r1=text&r2=text

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Picon

GraphicsMagick ./ChangeLog coders/svg.c locale/...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/09/04 10:42:32

Modified files:
	.              : ChangeLog 
	coders         : svg.c 
	locale         : C.mgk 
	magick         : locale_c.h 
	wand           : magick_compat.c 
	www            : Changelog.html 

Log message:
	* locale/C.mgk: Added missing JNGCompressionNotSupported message.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.649&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=svg.c&tr2=1.316&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/locale/.diff?cvsroot=GraphicsMagick&tr1=C.mgk&tr2=1.59&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=locale_c.h&tr2=1.8&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/wand/.diff?cvsroot=GraphicsMagick&tr1=magick_compat.c&tr2=1.3&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/www/.diff?cvsroot=GraphicsMagick&tr1=Changelog.html&tr2=1.447&r1=text&r2=text

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Picon

GraphicsMagick ./ChangeLog tests/constitute.c t...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/09/04 12:23:09

Modified files:
	.              : ChangeLog 
	tests          : constitute.c rwblob.c rwfile.c 
	www            : Changelog.html 

Log message:
	* tests/constitute.c, tests/rwblob.c, tests/rwfile.c : Define
	MAGICK_IMPLEMENTATION since these test programs using some internal
	extensions.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.651&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/tests/.diff?cvsroot=GraphicsMagick&tr1=constitute.c&tr2=1.2&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/tests/.diff?cvsroot=GraphicsMagick&tr1=rwblob.c&tr2=1.65&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/tests/.diff?cvsroot=GraphicsMagick&tr1=rwfile.c&tr2=1.65&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/www/.diff?cvsroot=GraphicsMagick&tr1=Changelog.html&tr2=1.449&r1=text&r2=text

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Picon

GraphicsMagick ./ChangeLog ./configure ./config...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/09/04 12:11:55

Modified files:
	.              : ChangeLog configure configure.ac 
	VisualMagick/installer/inc: version.isx 
	magick         : error.h log.h magick_config.h.in 
	www            : Changelog.html 

Log message:
	* configure.ac: Test C++ compiler for __func__ support.
	* magick/log.h: Added GetCurrentFunction() macro to handle
	__func__ support determination.  Re-wrote GetMagickModule() macro
	to use GetCurrentFunction().  Changes should allow compilation of
	Magick++ when the C compiler supports __func__ but the C++
	compiler does not.
	* configure.ac: Changed from using HAS___func__ define to
	HAS_C__func__ since this feature may be language sensitive.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.650&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=configure&tr2=1.505&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=configure.ac&tr2=1.181&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/VisualMagick/installer/inc/.diff?cvsroot=GraphicsMagick&tr1=version.isx&tr2=1.54&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=error.h&tr2=1.63&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=log.h&tr2=1.25&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=magick_config.h.in&tr2=1.47&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/www/.diff?cvsroot=GraphicsMagick&tr1=Changelog.html&tr2=1.448&r1=text&r2=text

(Continue reading)

Picon

GraphicsMagick ./ChangeLog coders/txt.c www/Cha...

CVSROOT:	/GraphicsMagick
Module name:	GraphicsMagick
Changes by:	Bob Friesenhahn <bfriesen <at> scooby.simple.dallas.tx.us>	03/09/04 13:47:19

Modified files:
	.              : ChangeLog 
	coders         : txt.c 
	www            : Changelog.html 

Log message:
	* coders/txt.c (ReadTXTImage): Fix strlen() pointer type warning.

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/.diff?cvsroot=GraphicsMagick&tr1=ChangeLog&tr2=1.653&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=txt.c&tr2=1.112&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/GraphicsMagick/www/.diff?cvsroot=GraphicsMagick&tr1=Changelog.html&tr2=1.451&r1=text&r2=text

-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
Picon

platforms/BCBMagick All/startup.mak coders/svg....

CVSROOT:	/GraphicsMagick
Module name:	platforms
Changes by:	Mike Chiarappa <mikec <at> scooby.simple.dallas.tx.us>	03/09/04 13:50:26

Modified files:
	BCBMagick/All  : startup.mak 
Removed files:
	BCBMagick/coders: svg.c 
	BCBMagick/magick: cache.c nt_base.h 
	BCBMagick/utilities: IMUtilities.bpg animate.bpf animate.bpr 
	                     composite.bpf composite.bpr conjure.bpf 
	                     conjure.bpr convert.bpf convert.bpr 
	                     display.bpf display.bpr identify.bpf 
	                     identify.bpr import.bpf import.bpr 
	                     mogrify.bpf mogrify.bpr montage.bpf 
	                     montage.bpr 

Log message:
	

CVSWeb URLs:
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/BCBMagick/All/.diff?cvsroot=GraphicsMagick&tr1=startup.mak&tr2=1.1.1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/BCBMagick/coders/.diff?cvsroot=GraphicsMagick&tr1=svg.c&tr2=1.1.1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/BCBMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=cache.c&tr2=1.1.1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/BCBMagick/magick/.diff?cvsroot=GraphicsMagick&tr1=nt_base.h&tr2=1.1.1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/BCBMagick/utilities/.diff?cvsroot=GraphicsMagick&tr1=IMUtilities.bpg&tr2=1.1.1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/BCBMagick/utilities/.diff?cvsroot=GraphicsMagick&tr1=animate.bpf&tr2=1.1.1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/BCBMagick/utilities/.diff?cvsroot=GraphicsMagick&tr1=animate.bpr&tr2=1.1.1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/BCBMagick/utilities/.diff?cvsroot=GraphicsMagick&tr1=composite.bpf&tr2=1.1.1.1&r1=text&r2=text
http://cvs.graphicsmagick.org/cgi-bin/cvsweb.cgi/platforms/BCBMagick/utilities/.diff?cvsroot=GraphicsMagick&tr1=composite.bpr&tr2=1.1.1.1&r1=text&r2=text
(Continue reading)


Gmane