All WebHare versions ship with a graphics-rendering module that seamlessly integrates with the HareScript language. The graphics module enables HareScript templates to generate images and manipulate pictures during publication.
This library offers 2D vector-drawing capabilities offering circles, rectangles, Bezier-curves, TrueTypetm text and other primitives as well as extensive image processing and manipulation like resizing, filtering, and enhancement. |

|
Practical applications of the graphics module include the generation of graphical menu items, navigational buttons, graphs and artwork as well as easy-to-browse picture galleries (including thumbnail pictures) and other image-based items.
You can create ‘simple’ graphical buttons with text using the button generator functions, and create photo galleries using the gallery generator functions. For more information about these functions, select HareScript functions on the left-side menu.
If you have some experience with graphical applications such as Paint Shop Pro or Adobe Photoshop, you might find the graphics core functions useful. These are the functions that are used to implement the button generator and photo gallery libraries, but using them directly allows you to do much more to graphically enrich your websites and applications.

|