<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
<channel>
<title>Snowbound Software Tech Tips</title>
<link>http://www.snowbound.com/tech_tips/tech_overview.html</link>
<description>The Tech Tips section is a place you can browse through archived tips on what image formats can do, important imaging functions, and how to get the most out of your Snowbound products.</description>
<language>en</language>
<copyright>Copyright 2006 Snowbound Software</copyright>
<lastBuildDate>Wed, 08 Mar 2006 08:00:00 EST</lastBuildDate>

<image>
	<title>Snowbound Software</title>
	<url>http://www.snowbound.com/images/logo.gif</url>
	<link>http://www.snowbound.com/</link>
</image>
<item>
	<title> Utilizing AFP Font Maps To Customize Font Display</title>
	<category>Viewing</category>
 	<link>http://www.snowbound.com/tech_tips/v_afp_fontmap.html</link>
	<description>Font Maps enable companies to standardize how AFP documents display by overriding the internal font objects with custom fonts and styles. Created as simple ASCII files, AFP font maps can be edited by users to define their own font definitions including font type, point size, color, and style.</description>
</item>
<item>
	<title>How to Properly Create High-Quality Thumbnails</title>
	<category>Viewing</category>
 	<link>http://www.snowbound.com/tech_tips/v_thumbnails_java.html</link>
	<description>When creating thumbnails, Snowbound provides a powerful convenience method, IMG_create_thumbnail(xsize,ysize)</description>
</item>
<item>
	<title>Scrolling Images with Your Keyboard (Java)</title>
	<category>Viewing</category>
	<link>http://www.snowbound.com/tech_tips/v_scrolling_java.html</link>
	<description>In image viewing applications, users often want to be able to scroll an image without their hands leaving the keyboard. Here\x92s how to extend Snowbound\x92s scrolling functionality to allow you to scroll from the keyboard</description>
</item>
<item>
	<title>Zooming to a User Defined Area in FlexSnap (FlexSnap)</title>
	<category>Viewing</category>
	<link>http://www.snowbound.com/tech_tips/v_zooming_fs.html</link>
	<description>Snowbound\x92s viewing applet, FlexSnap, includes a feature called Zoom Rubber Band, which allows the user to draw a box around a portion of the image to zoom in to. This tip shows how to implement this feature.</description>
</item>
<item>
	<title>Working with Compressed Images</title>
	<category>Conversion</category>
	<link>http://www.snowbound.com/tech_tips/c_compressed_images.html</link>
	<description>File compression allows you to limit an image\x92s size by encoding the file\x92s data more concisely and efficiently. Snowbound SDKs, viewers, and batch conversion applications enable you to read and write a wide variety of compressed images.</description>
</item>
<item>
	<title>Using the System Clipboard for Images (Java)</title>
	<category>Manipulation</category>
	<link>http://www.snowbound.com/tech_tips/m_system_clipboard.html</link>
	<description>In Java 1.4, Sun added the DataFlavor imageFlavor to the java.awt.datatransfer package. This makes it possible to copy an image from a Snowbound application and paste it into a native application.</description>
</item>
<item>
	<title>Using the Java Library to Create a BufferedImage Object (Java)</title>
	<category>Manipulation</category>
	<link>http://www.snowbound.com/tech_tips/m_bufferedimage.html</link>
	<description>Many users of the RasterMaster Java library have existing code that uses java.awt.Image and java.awt.image.BufferedImage objects to process image data. You can use RasterMaster to create BufferedImage objects from any of the file formats supported by RasterMaster.</description>
</item>
<item>
	<title>Watermarking at the Pixel Level (Windows)</title>
	<category>Manipulation</category>
	<link>http://www.snowbound.com/tech_tips/m_watermark_pixel.html</link>
	<description>Watermarking 1-bit black and white images is a simple process of merging two images together. However, when working with multicolor images such as grayscale or full 24-bit color, it\x92s not so easy.</description>
</item>
<item>
	<title>What can be done to speed up printing to Postscript printers (Java)</title>
	<category>Printing</category>
	<link>http://www.snowbound.com/tech_tips/p_postscript.html</link>
	<description>The reason is that the Java Virtual Machine (JVM) automatically detects Postscript printers, and formats the page/s to be printed as a 32-bit per pixel color Postscript file. This will occur even if you have a black and white print job.</description>
</item>
<item>
	<title>Saving out multi-page TIFF files to a byte array (Java)</title>
	<category>Saving</category>
	<link>http://www.snowbound.com/tech_tips/s_multipage_tiff_java.html</link>
	<description>Saving images to memory on the fly enhances the speed, usability and security of your client-server imaging application by eliminating the necessity of local drive access.</description>
</item>
<item>
	<title>Saving Images with IMG_save_bitmap Byte Array Buffer</title>
	<category>Saving</category>
	<link>http://www.snowbound.com/tech_tips/s_byte_array_buffer.html</link>
	<description>The Snowbound Library supports numerous formats, each with their own compression and multiple bit depths. This combination of variables makes it a very complex task to predetermine the final file size of an image. </description>
</item>
<item>
	<title>Creating a Single Output File of an Original Image and its Annotation Layers (.NET)</title>
	<category>Saving</category>
	<link>http://www.snowbound.com/tech_tips/m_annotation_singlelayer.html</link>
	<description>You can create a single output JPEG or BMP file that is a composite of the original image file and its annotation layers in Snowbound\x92s RasterMaster .NET SDK. This allows you to print out a single file of the image with its annotations.</description>
</item>
<item>
	<title> Removing FlexSnap Features Using HTML Parameters (Java)</title>
	<category>General</category>
	<link>http://www.snowbound.com/tech_tips/g_flexsnap_parameters.html</link>
	<description>FlexSnap gives you the option of disabling or removing most features from the Graphical User Interface (GUI). The default is that all menus, menu items, buttons, and panels are on, but removing a feature only requires you to insert the parameters described into your HTML code.</description>
</item>
<item>
	<title>Dealing with Security Issues with Applets and JavaScript (Java)</title>
	<category>General</category>
	<link>http://www.snowbound.com/tech_tips/g_security_applet_java.html</link>
	<description>When dealing with JavaScript, applets and security issues, you must understand the Java Applet Sandbox. The sandbox refers to a set of security restrictions imposed on an applet.</description>
</item>
<item>
	<title>Using the New SupportCode Package (Java)</title>
	<category>General</category>
	<link>http://www.snowbound.com/tech_tips/g_supportcode.html</link>
	<description>Snowbound has made the development of Java imaging applications easier and quicker than ever with the addition of a new SupportCode package provided with RasterMaster for Java. </description>
</item>


</channel>
</rss>


