ANNOUNCE: MagiCapture 0.4



See below for README file. Changes in this release include:

* Added data structure and function declarations for XImportInfo and
  XImportImage, as a replacement for the ImageMagick xwindows.h header
  file. This was done because ImageMagick 4.2.9 does not install
  xwindows.h by default.

* Renamed widget.c and widget.h to widgproc.c and widgproc.h,
  respectively. This is done because ImageMagick also ships a header
  file called widget.h.

* Added code for ImageMagick 5.0 compatibility. 

* Fixed a bug in configure.in which caused library paths containing
  hyphens (-) to be ignored. However, this means that the ImageMagick
  library link path will contain more flags than just the -l and -L
  parameters. Depending on the user's configuration of ImageMagick,
  flags like -O2 and -s will remain when compiling the code, even if
  the user didn't define them while configuring MagiCapture.

* Modified GdkMagick checks to use the gdkmagick.m4 macro.

Thanks,
--Arthur

README for MagiCapture Version 0.4
==================================

    MagiCapture Version 0.4, A Screen Capture And Preview Utility
    Copyright (C) 1999 Arthur Jerijian

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

MagiCapture is a screen capture and preview utility for the X Window System.
A user may capture a single window, a single window with decorations, a
rectangular region of the display, or the entire display itself. The user
may save the captured image into a graphics file supported by the
ImageMagick toolkit, which supports most (if not all) popular graphics
formats. MagiCapture uses the GLIB and GTK+ libraries for the user
interface and the ImageMagick and GdkMagick libraries for all graphics
processing.

The latest version of MagiCapture is available at the MagiCapture home page,
located at the following Web site:

	http://home.earthlink.net/~lightmanaj/MagiCapture

WARNING: This is an ALPHA TEST release of MagiCapture. Do not expect
this software to function properly in all cases. MagiCapture is still
under development and many features are not yet implemented. I take no
responsibility for any damages resulting from the use of this software.
This ALPHA TEST release of MagiCapture is protected under the GNU
General Public License (GPL).

This version of MagiCapture was tested using the following configurations:

* Red Hat Linux 6.0 with X11R6.3 (XFree86 3.3.3.1)
* HP-UX 10.20 with X11R6.3 (downloaded from ftp://ftp.x.org and custom-built)
* Solaris 2.5.1 with X11R5 (in /usr/openwin)
* Solaris 7 with X11R5 (in /usr/openwin)

The following components are required to build and run MagiCapture:

* GNU sed, GNU make, and GNU CC. These packages are highly recommended
  for proper configuration and building of MagiCapture. You may use
  other versions of sed, make, and cc, but they haven't been tested
  and may cause possible problems during configuration and building.
  The latest GNU utilities are available at the following download
  site:

	ftp://ftp.gnu.org/gnu

* X Window System Version 11 Release 5 or greater.

* GLIB and GTK+ version 1.2.5 or greater. The latest releases of GLIB and
  GTK+ are available at the following download site:

	ftp://ftp.gtk.org/pub/gtk

* The ImageMagick API version 4.2.8 or greater. The latest version of
  ImageMagick is available at the follwoing download site:

	ftp://ftp.wizards.dupont.com/pub/ImageMagick

  WARNING: This release of MagiCapture includes initial support for
  ImageMagick 5.0. However, support for ImageMagick 5.0 has NOT BEEN
  TESTED. At the time of this writing, ImageMagick 5.0 has
  not yet been released to the public.

* The GdkMagick API version 0.4 or greater. The latest release of
  GdkMagick is available at the following Web page:

	http://home.earthlink.net/~lightmanaj/GdkMagick

If you have any questions, comments, suggestions, or bug reports,
don't hesitate to send me (Arthur Jerijian) e-mail. My e-mail address is:

	lightmanaj@earthlink.net

I hope you enjoy using this software!



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]