ftp.nice.ch/pub/next/graphics/bitmap/GraphicsWorkshop.1.1.s.tar.gz#/GWSource.pkg/_GWSource/GWSource

12Bit.tiff
 
12BitH.tiff
 
1Bit.tiff
 
1BitH.tiff
 
24Bit.tiff
 
24BitH.tiff
 
2Bit.tiff
 
2BitH.tiff
 
4Bit.tiff
 
4BitH.tiff
 
8Bit.tiff
 
8BitH.tiff
 
AddBitmaps
 
Alpha.tiff
 
AlphaH.tiff
 
Bitmaps/
 
ControlLoader.h
[View ControlLoader.h] 
ControlLoader.m
[View ControlLoader.m] 

Conversion.nib


 
Conversions.h
[View Conversions.h] 
Conversions.m
[View Conversions.m] 
Converter.h
[View Converter.h] 
Converter.m
[View Converter.m] 
Converters/
 
Converters.info
 
DataPanel.h
[View DataPanel.h] 
DataPanel.m
[View DataPanel.m] 
Documents/
 
English.lproj/
 
Examples/
 
Formats/
 
GWServices.text
 
GWSource.info
 
GraphicApp.h
[View GraphicApp.h] 
GraphicApp.m
[View GraphicApp.m] 
GraphicsWorkshop.iconheader
 
GraphicsWorkshop.info
 
GraphicsWorkshop.tiff
 
GraphicsWorkshop_main.m
[View GraphicsWorkshop_main.m] 
HelpControl.h
[View HelpControl.h] 
HelpControl.m
[View HelpControl.m] 
IB.proj
 
Icons/
 
ImageControl.h
[View ImageControl.h] 
ImageControl.m
[View ImageControl.m] 
ImageView.h
[View ImageView.h] 
ImageView.m
[View ImageView.m] 
Indexer.h
[View Indexer.h] 
Indexer.m
[View Indexer.m] 

Indexer.nib


 
InfoPanel.h
[View InfoPanel.h] 
InfoPanel.m
[View InfoPanel.m] 

Inspector.nib


 

InspectorPanel.nib


 
Install
 
Inversion.tiff
 
InversionH.tiff
 
Invert.tiff
 
InvertH.tiff
 
Makefile
 
Makefile.postamble
 
Makefile.preamble
 
NXBitmapImageRepControl.h
[View NXBitmapImageRepControl.h] 
NXBitmapImageRepControl.m
[View NXBitmapImageRepControl.m] 
PB.gdbinit
 
PB.project
 

PictureDoc.nib


 
PictureDocument.h
[View PictureDocument.h] 
PictureDocument.m
[View PictureDocument.m] 
README
 
ToolsInspector.h
[View ToolsInspector.h] 
ToolsInspector.m
[View ToolsInspector.m] 
alex.tiff
 
bcvt.tiff
 
bold
 
bugs
 
cb.tiff
 
controls.tiff
 
cvb.tiff
 
echof
 
getch
 
getyn
 
gw.psw
 
gwb.tiff
 
input
 
makecontrols
 
makeloader
 
makepkgs
 
makepkgs.old
 
maketools
 
normal
 
tb.tiff
 
tools.tiff
 
ub.tiff
 
unknown.tiff
 

README

To the site administrator: This is the newest version of GraphicsWorkshop.
	The two tar files, GWSource.tar and GraphcisWorkshop.tar replace the
	previous release. The source tar contains all the source code, while the
	second contains all the binaries. I split the two files up since the 
	source is about 1.3 megs while the executable and converters alone are
	only about 300k. This should make ftping faster for people who don't have
	a need for source code.


This program is a set of generic tools for loading and saveing bitmaps in 
various forms. It has a simple program for demonstrating the features of the 
object. Currently, the objects are under going Beta testing and should be final 
sometime in mid spring. At this time, the protocol spoken is not stabalized, 
so if you wish to program with the objects at this time, expect that some-
things could change between now and final release, however, things will
likely remain the same.

Here's what's new, in brief:
	o	printing's fixed.
	o  images should no longer shear.
	o  support for tif and jpeg extensions (basically the same converters as
		tiff and jpg, but just different extensions.
	o  converter extensions may be capitalized.
	o  revamped interface.
	o  all conversion work, included adding or removing alpha.
	o  some memory leaks in the Make Image Index option have been plugged.

The bitmaps support are the following:

Type      Long Name                             Reading Writing Multiple
--------- ------------------------------------- ------- ------- --------
gif(1)(2) Graphics Interchange Format              Y       Y       N
jpg       Joint Photographic Extention Group       Y       N       N
pbm       Portable Bitmap                          Y       Y       N
pgm       Portable Graymap                         Y       Y       N
ppm       Portable Pixmap                          Y       Y       N
tiff      Tagging Image File Format                Y       Y       Y
xbm       X11 Bitmap                               Y       Y       N

(2) Be careful when saving to gif, since it requires color quantitization, you
    may experience color banding. Saving works best on images with losts of
    colors.

Installing:

   Installing is easier than ever. Take the following steps:

   o untar the package, tar -xvf GraphicsWorkshop.tar
   o Double click on the appropiate package.
      o GraphicsWorkshop.pkg is the main executable
		  These files should go in /LocalApps or ~/Apps.
      o Converters.pkg are the converters
		  These files should go into /LocalLibrary or ~/Library
	o If you'd like the source, also ftp GWSource.tar. Untar this file like
	  the one above. This will create the GWSource package. You may install
	  this package wherever you'd like on your system. If you plan to program
	  with the convertes, check our the Documentation subdirectory, as it has
	  header specifications for all the object you'll need to use.
   o Have fun and report bugs to alex@data.ACS.CalPoly.EDU.

   PS: To previous users, the install script is still there, and you
       can still use it, but the above method should be easier.

If things don't work, and you have the developement enviroment, try building
everything in debug mode, so you can send me a snap shot of the console
window. This will help me find the problem quickly and easily. If you can't
compile, just try and send me the best description you can of the problem.
Also, if the problem involves a particular bitmap, please NeXTmail be that
bitmap along with the problem description. (Don't worry about picture 
content, I'm not easily offended.) Anyways, I can be reached at the address
below.

Alex Raftis
alex@data.ACS.CalPoly.EDU

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.