HeliosPaint for Windows, Mac OS X, Linux and Unix
Description
HeliosPaint is a freeware paint program for creating and editing images or drawings. It runs on Microsoft Windows, Mac OS X, Linux and Unix and is written in Sun Microsystem's Java programming language.
Tools and features in HeliosPaint currently include:
- Pencil for editing pixels.
- Freehand and straight lines with choice of width, dash pattern, line joint and line end.
- Paint Brush with sizeable head.
- Spray Can with sizeable head.
- Paint Can with local and global replace. Colour bleed sensitivity allows nearby similar colours to be painted.
- Shape tool for creating freehand, regular polygon, star, moon and heart shapes.
- Text entry with choice of font, style, underline and rotation.
- HSB/RGB/contrast/gamma adjustment of image.
- Image invert, gray, colour filter, blur, sharpen, edge detection, oil painting effect, emboss.
- Image colour and transparency adjustment by flat, round, rectangular and 'fit to shape' gradient patterns.
- Image flip, scale up, scale down, rotate and shear.
- Full colour pallet with adjustable transparency and colour grabber.
- Zoom in/out with optional zoom grid.
- Text and image paste from clipboard. Image and image segment copy/cut onto clipboard.
- Scissors, lasso and wand for selecting and moving image segments. Sensitivity of lasso and wand is adjustable. Transparency of overlaid segments is adjustable. Scissors can cut out various shapes including regular polygons, stars and hearts. When part of the image is selected, all paint operations apply only to that area.
- Undo and redo.
- Printing with auto fit to page.
- Reads and writes image file formats: bmp, gif, jpg/jpeg, pct/pict, pcx, png, psd, ras, tga, tif/tiff, xpm.
- Supports images up to 12 megapixels in size (a high end computer is recommended for working with very large images).
I created the program purely for the fun of it :-). Future versions of HeliosPaint are planned and should contain some useful new features.
License
HeliosPaint version 1.2.8 and below are free to use. If the program is redistributed it must be done freely without any charge. It comes "as is" with absolutely no warranty of any kind. HeliosPaint program code is copyright D.J.B. Osborne 2007-2008.
Installation on Microsoft Windows
- Download and save
HeliosPaint.exe onto your computer.
(If your computer only has 512MB of memory, HeliosPaint_512.exe is available instead and supports fewer pixels).
- Double click on the
HeliosPaint.exe file to launch HeliosPaint.
Note: If Java 1.4.2 or greater is not pre-installed on your computer, you will be guided to the Java download website on running HeliosPaint.
Installation on Mac OS X
- Download and save
HeliosPaint.jar onto your computer.
- Double click on the
HeliosPaint.jar file to launch HeliosPaint.
HeliosPaint can also be launched manually on Mac OS X as follows:
- Open a terminal window (e.g. via your Applications folder).
- Use "
cd" commands to go to the folder containing the HeliosPaint.jar file.
- Launch HeliosPaint by entering the command "
java -jar HeliosPaint.jar".
Note: Java comes pre-installed on Mac OS X. If the program does not work properly, click here to get the latest Java for Mac OS X from Apple.
Installation on Linux or Unix (Java 1.4 capable)
- If the Java Runtime Environment (JRE) version 1.4.2 or greater is not installed on your Linux or Unix computer, first visit the Java download website to download and run the installer for your platform.
- Download and save
HeliosPaint.jar onto your computer.
- Right-click on the
HeliosPaint.jar file screen icon and select "Open with Sun Java Runtime".
HeliosPaint can also be launched manually as follows:
- Open a terminal window.
- Use "
cd" commands to go to the folder containing the HeliosPaint.jar file.
- Launch HeliosPaint by entering the command "
java -jar HeliosPaint.jar", granting execute permissions first if needed.