Manage your Blog

Create your blog now! Easy and Free

Ubuntuland

Get Paid to Blog About the Things You Love

Category: Graphics Tools

05/05/2008 GMT 1

Ubuntu's OpenGL face browser with GNOME Desktop Manager

ubuntuland @ 08:54

GDM (the GNOME Display Manager) provides an alternative display manager for the X Window System.

The X Window System by default uses the XDM display manager. However, resolving XDM configuration issues typically involves editing a configuration file. GDM allows users to customize or troubleshoot settings without having to resort to a command line. Users can pick their session type on a per-login basis. GDM also features easy customisation with themes.

It is used on many Linux distributions and is often the first interactive part of the desktop that users experience after the computer finishes booting. GDM is themable, and is often customized by distributors to include branding, but has changed little over the years.

WordLinx - Get Paid To Click

GNOME eye-candy expert Mirco Müller, who is employed by Canonical, is currently working on refining the login experience to make it aesthetically richer and more interactive. He is designing an animated face browser for the next generation GNOME display manager, which will be used in a future version of Ubuntu. Although the functional details and visual design haven't been finalized yet, the basic experience is documented in a specification at the Ubuntu wiki.

facebrowser.png

According to the proposal, the new face browser will display user account images in a grid and will allow users to select their account either by clicking an image or typing their username. The face browser will automatically filter the visible images while the user is typing so that only accounts with usernames that match the inputted letters are displayed. After an account is selected, the user will be prompted for their password. Tools like GNOME's new Cheese webcam utility could also potentially be integrated with GDM configuration utilities so that users can take their own picture and use it as their account icon.



Scarica subito!

Queen of England

Some of the copyright notices of GDM refer to the "Queen of England", who is also named as a maintainer in release announcements since version 2.2.1. It was only later that the developers realised that there has been no "Queen of England" since the Acts of Union of 1707.

Easter Eggs

GDM has a few easter eggs, in the form of strings to be entered in the username box. These can be found in the source file "gui/guilogin.c", in a function named "evil".

* Dancing login - type "Start Dancing" to start, and "Stop Dancing" to stop. (This requires the standard greeter, rather than the graphical one).
* "Gimme Random Cursor" - can be used repeatedly.
* "Require Quarter" (or "Require Quater", for backward compatibility with a typo in the original), then log in normally - a dialog box appears after entering the password.

Müller intends to develop the new login interface with Clutter, an open source canvas and scene-graph library built on OpenGL. Clutter, which is being developed by OpenedHand, is one of several canvas solutions that is being evaluated for potential inclusion in the next generation of the GTK+ toolkit. Clutter is also being tested experimentally in GNOME's image viewer and in at least one program in GNOME's game collection.

Müller has used Clutter to create an intriguing interactive animation prototype that provides some insight into what the face browser might eventually look like. The video is available for download from his web site. Keep in mind that it's still just an early experiment for testing animation capabilities and the Clutter API. It's a very impressive start and does a nice job of showing how Clutter can be used to add some extra polish to a simple interface.

!-- INIZIO del codice HTML di zanox-affiliato -->

Banner1_468x60

small_gdm-face-browser-2_ogg.png

The GDM Daemon

GDM was written with simplicity and security in mind. The overall design concept is this:

Upon startup the gdm daemon parses its config file gdm.conf. For each of the local displays gdm forks an Xserver and a slave process. The main gdm process will then listen to XDMCP requests from remote displays and monitor the local display sessions.

The gdm slave process opens the display and starts gdmlogin, the graphical login program. gdmlogin runs as a dedicated user and communicates asynchronously with the slave process through a pipe.

GDM relies heavily on the presence of PAM, Pluggable Authentication Modules, but supports regular crypt() and shadow passwords on legacy systems.

Remote displays can connect to the XDMCP port on the GDM host. gdm will grant access to hosts specified in the gdm service section in your TCP Wrappers configuration file. GDM does not support remote display access control on systems without TCP Wrappers. XDMCP support can be turned off completely, however.

GDM includes several measures making it more resistant to denial of service attacks on the XDMCP service. A lot of the protocol parameters, handshaking timeouts etc. can be fine tuned. The defaults should work for most systems, however. Don't change them unless you know what you're doing.

In general GDM is very reluctant regarding reading/writing of user files. For instance it refuses to touch anything but regular files. Links, sockets and devices are ignored. The value of the RelaxPermissions parameter determines whether GDM should accept files writable by the user's group or others. These are ignored by default.

All operations on user files are done with the effective userid of the user. If the sanity check fails on the user's .Xauthority file, a fallback cookie is created in /tmp.

Finally, the sysadmin can specify the maximum file size GDM should accept, and, if the face browser is enabled, a tunable maximum icon size is also enforced. On large systems it is still advised to turn off the face browser for performance reasons. Looking up icons in homedirs, scaling and rendering face icons can take quite a long time. YMMV.



banner 10

XDMCP

GDM also supports the X Display Manager Protocol (XDMCP) for managing remote displays.

GDM listens to UDP port 177 and will repond to QUERY and BROADCAST_QUERY requests by sending a WILLING packet to the originator.

GDM can also be configured to honor INDIRECT queries and present a host chooser to the remote display. GDM will remember the user's choice and forward subsequent requests to the chosen manager.

GDM only supports the MIT-MAGIC-COOKIE-1 authentication system. Little is gained from the other schemes, and no effort has been made to implement them so far.

Since it is fairly easy to do denial of service attacks on the XDMCP service, GDM incorporates a few features to guard against attacks. Please read the XDMCP reference section below for more information.

Even though GDM tries to outsmart potential attackers, it is still adviced that you block UDP port 177 on your firewall unless you really need it. GDM guards against DoS attacks, but the X protocol is still inherently insecure and should only be used in controlled environments.

Even though your display is protected by cookies the XEvents and thus the keystrokes typed when entering passwords will still go over the wire in clear text. It is trivial to capture these. You should also be aware that cookies, if placed on an NFS mounted directory, are prone to eavesdropping too.


123inkjets - Printer Ink, Toner, and More

The face browser

The greeter provides a face browser containing icons for all the users on a system. The icons can be installed globally by the sysadmin or in the users' home directories.

The face browser makes a few assumptions about your environment. First of all, the greeter runs under a dedicated userid, and therefore any face icons located in user directories must be readable to the gdm user. I.e. all home- and ~/.gnome directories must be made readable and executable to the ``other'' group on the system.

Similarly, face icons placed in the global face directory must be readable to the gdm user.

Please note that loading and scaling face icons located in user home directories can be a very time consuming task. Especially on large systems or systems running NIS. The browser feature is only intended for systems with relatively few users.

To filter out unwanted user names in the browser, an exclude option is implemented. The greeter will automatically ignore usernames listed in the Exclude statement in the config file.

When the browser is turned on, valid usernames on the machine are inherently exposed to a potential intruder. If your system is connected directly to the Internet, this might be a bad idea.

 

Web Hosting 			Solution

 

Latest Posts

 

Linux Links

 

Toys! Free 			shipping on Toys!

Free 			Shipping!

 

10/04/2008 GMT 1

New Compiz Fusion: Cubereflex rename to Cubeaddon with new effect Cylinder

ubuntuland @ 12:05

rss_orange1.png"After a lot of preparations in the last weeks, that resulted also in the “curve” expo mode, I’ve finally finished my idea to implement a cylinder deformation for the cube plugin.

The code is in the cubeaddon plugin, that is the cubereflex plugin with this new feature."

onestone's blog

Compiz Fusion is a collection of plugins and a configuration system for the Compiz compositing window manager for the X Window System.

Compiz Fusion is the result of a merge between the old Compiz community plugin set "Compiz Extras" and the parts of the Beryl project that are independent of the window manager core.

cube_cylinder.jpg

The aim of the project is to port almost all of the features of Beryl to Compiz plugins, and continue to write further Compiz plugins. At the same time, Beryl has been discontinued and Compiz will add some of the core changes made by Beryl to the Compiz core.

History

Compiz Fusion is the result of the re-unification of the Beryl-project and the community around the Compiz Window Manager.

The name was changed to Compiz Fusion from the tentative name of CompComm.

Compiz Fusion is fairly simple to install on most open source operating systems provided the hardware can support it.

On October 4, 2007, openSUSE 10.3 became the first major distribution to ship with Compiz Fusion.

On October 18, 2007 Ubuntu 7.10 followed by using Compiz Fusion as the default window manager on supported hardware.

cube2.png

Main Plugins:

  • Animation
  • Color filter
  • Expo
  • Enhanced Zoom Desktop
  • JPEG
  • Negative
  • Opacify
  • Put
  • Resize info
  • Ring Switcher
  • Shift Switcher
  • Scale Addons
  • Snapping Windows
  • Text
  • Window Previews
  • Viewport Switcher
  • Desktop Wall
  • Window Rules
  • Workarounds

 

games_dow_banners_by_mystiquedragon.jpg

Extra Plugins:

  • 3D Windows
  • ADD Helper
  • Benchmark
  • Crash handler
  • Cube Caps
  • Cube Reflection
  • Extra WM Actions
  • Fade to Desktop
  • Firepaint
  • Cube Gears
  • Group and Tab Windows
  • Motion blur
  • Reflection
  • Scale Window Title Filter
  • Show desktop
  • Splash
  • Trailfocus
  • Widget Layer

 

ipod_sephiroth_by_creatingmyths.jpg

Unsupported Plugins:

  • Fake ARGB
  • Snow
  • Mouse Switch
  • Tile
  • Wallpaper
  • Screensaver
  • Freewins

Experimental Plugins:

  • Compiz-Scheme
  • Sound
  • Visual Event
  • Cube Atlantis
  • Anaglyph
  • Wiimote + Wiitrack

 

 

Latest Posts

 

Linux Links

 

 

08/04/2008 GMT 1

RSS Button Collection Pack For Your Blog: The Ultimate List

ubuntuland @ 11:29

rss_orange1.png

More and more bloggers and webmastersre using RSS syndication to convert their weblog visitors into regular readers.

However before you can start getting them to subscribe, you’ll need to first catch their attentions.

Obvious and catchy RSS con can be a good start. It is pretty straight forward that if a RSS icon (or button) is big enough and positioned highly on the upper fold, they tend to be more effective.

Info:

RSS is a family of Web feed formats used to publish frequently updated content such as blog entries, news headlines, and podcasts.An RSS document (which is called a "feed" or "web feed" or "channel") contains either a summary of content from an associated web site or the full text. RSS makes it possible for people to keep up with web sites in an automated manner that can be piped into special programs or filtered displays.

RSS content can be read using software called an "RSS reader", "feed reader" or an "aggregator". The user subscribes to a feed by entering the feed's link into the reader or by clicking an RSS icon in a browser that initiates the subscription process. The reader checks the user's subscribed feeds regularly for new content, downloading any updates that it finds.

The initials "RSS" are used to refer to the following formats:

  • Really Simple Syndication (RSS 2.0)

  • RDF Site Summary (RSS 1.0 and RSS 0.90)

  • Rich Site Summary (RSS 0.91).

RSS formats are specified using XML, a generic specification for the creation of data formats. Although RSS formats have evolved since March 1999,") first gained widespread use in 2005/2006.

Every release helps to make the Web a nicer place which is why we support designers and challenge them to release something for free in order to be featured on Smashing Magazine. And the results are quite often pretty impressive.

Smashing Icon Set

Today we are glad to release a free RSS/Feed icon set. The set contains 8 icons which you can use for private and commercial projects, blogs and web-sites for free. The icons are available for both Mac and Win-users in resolutions 16×16px, 24×24px, 32×32px, 48×48px, 128×128px, 256×256px and 512×512px.

This icon set was designed by Dirceu Veiga from Brazil especially for Smashing Magazine as a gift for its readers.

rss icon

Here’s a showcase of free RSS icons you can use for your weblog, or if you are still using the typical RSS icon on your site, it’s probably time to change. Full list after jump.

FeedIcons

FeedIcons provides complete sets of standard RSS Icons in almost all image formats - AI, EPS, SVG, PSD, PDF, PNG, JPG, GIF.

RSS icon (Animated)

Mess with your readers with these animated RSS icons, by Abdussamad.

Glossy RSS icon

RSS Dock Icon

Available sizes: 256×256 and 512×512 PNG Format.

rssdock

mycircles RSS

mycircle

RSS with reflection

FeedIcons 2

Acid RSS

Ojingogo RSS Icon

Grudge Style RSS Icon

RSS Owl

DataMouse Web 2.0 RSS Icons

FastIcon - Social Bookmark Icons

3D RSS Icons

Top Corner RSS Icons

Available sizes: 256×256, 128×128, 96×96, 80×80, 72×72, 64×64, 48×48, 32×32, 24×24, 16×16

51 RSS Icons for weblog

Flat 3D Feed Icons

Color RSS Icons by NewsNiche

RSS by Hopka

Feed Icons for guitarists

Stylish RSS Icons by StylishLab

Alternative RSS Icons by MouseRunner

RSS Icons Orb v2

RSS Feed Badge

Perishable Press Collection of Feed Icons

RSS Icons by simdes

RSS Icons by Sking

Snap2Objects Vector RSS Icons

NewsFire Replacement Icon

Mini RSS Icons by xeddddyx

4 Colors RSS Icons by Valen

RSS Icon by petemh

Web 2.0 RSS Icon with PSD

RSS Icons pack by graphix

RSS Icons pack by bittbox

Christmas RSS Icon

Heart Shape RSS Icons

RSS Reader Icon

World Biggest RSS Icon

DIY: RSS Icons

Here’s some tutorials and web service to create your own customized RSS feed icons.

Photoshopcandy: Design Vista style glassy and vibrant RSS feed icon

Create RSS Icon

rss-icons.com allows you to create customize RSS icons by filling up the form.

RSS Graphic Tool

Yet another online service to create customize RSS Icon

 

 

 

26/03/2008 GMT 1

Picasa is a software application for organizing and editing digital photos

ubuntuland @ 17:31

rss_orange1.png

Picasa is a software application for organizing and editing digital photos, originally created by Idealab and now owned by Google. 'Picasa' is a multi-wordplay on the name of Spanish painter Pablo Picasso plus the phrase "mi casa" for "my house" and "pic" pictures (personalized art).

The icon and logo is a stylized house formed by the aperture blades of a photographic lens. In July 2004, Google began offering Picasa for free download.

There is native support for Windows XP and Windows Vista, as well as a version for Linux, available through Google Labs. For Windows 98 and Windows ME, only an older version is available. There is also an iPhoto plugin or a standalone program for uploading photos available for Mac OS X 10.4 and later.

Features

picasa_222820-5_for_ubuntu_screenshot.png

Organization and editing

For organizing photos, Picasa has file importing and tracking features, as well as tags and collections for further sorting. It also offers several basic photo editing functions, including color enhancement, red eye reduction and cropping. Other features include slide shows, printing and image timelines. Images can also be prepared for external use, such as for e-mailing or printing, by reducing file size and setting up page layouts. There is also integration with online photo printing services.

Keywords

Picasa uses picasa.ini files to keep track of keywords for each image. In addition to this, Picasa attaches IPTC keyword data to JPG files, but not to any other file format. Keywords attached to JPG files in Picasa can be read by other image library software like Adobe (Photoshop, Album and Bridge), digiKam and iPhoto.

According to the Picasa Readme, Picasa can parse XMP data. However, it cannot search local files for existing XMP keywords.

Searching

Picasa has a search bar that is always visible when viewing the library. Searches are live in that displayed items are filtered as you type.

When a word is typed into the search bar, an image will be displayed if that word is all or part of a keyword, or part of the file name. If the searched word is part of a folder name, all images in that folder are also displayed (but not necessarily images in subfolders, unless the word also exists in a keyword or filename.)

Picasa also supports boolean operators for searching in much the same way as Google's web search. All search terms are included by default (as with the operator "AND"), and keywords may be omitted by using the hyphen (as in the boolean operator "NOT"). For example, the search "family -friends" will cause Picasa to display all images with the keyword family, but which do not include the keyword friends.

picasa_album.jpg

Viewing

Picasa has no separate view window. There is only an "edit view" with a viewing area. Fullscreen view is only available in slideshow mode or by holding down the ctrl+alt keys while in "edit view".

Backup

Picasa does not overwrite photos when changes are made. Instead, it lists all the changes made and puts the list in a separate file. Whenever the image is opened in Picasa it will check the list and apply the changes that the list tells it to. If you open the photo in any other program, though, the image will not have the changes applied to it. To see the changes when using the photo in other programs you must 'export' the photo. In Picasa 2, a new feature has been added to allow users to save changes made to the pictures in Picasa by overwriting the actual picture file. However, a backup version of the original picture is made and saved in a hidden folder named "Originals", which is located within the same folder as the original picture.

Image recognition

On 15 August 2006, Google announced they had acquired Neven Vision whose technology can be used to search for features within photos such as people or buildings. Google has stated that this technology will be applied to searching for photos within Picasa at some stage in the near future.

Neven Vision incorporates several patentsspecifically centered around face recognition from digital photo and video images. Neven Vision's technology has been voted among the top finishers in both the FERET 1997 and FRVT 2002 independent tests comparing the world's best face recognition technologies.

picasa-gift-cd.jpg

Version history

Linux

* As from about early June 2006, Linux versions (2.2.2820-5) became available as free downloads for most distributions of the Linux operating system. It is not a native Linux program but an adapted Windows version that uses the Wine libraries.
* A Release Candidate of Picasa for Linux 2.7 (Build 37.3607,0) was released on 21 November 2007.


Latest Updates for Picasa

Updates to Picasa are made on an ongoing basis. These updates may include bug fixes, performance enhancements, additional hardware/device support and other improvements.

To make sure you are running the latest version of the software, follow the manual update instructions below. If your software is out of date, you will occasionally receive automatic alerts when you open Picasa that updates are available. You may choose to update at that time. Please note that we don't always auto-update people when new builds are available since some builds contain fixes and/or improvements that are only relevant to a small percentage of users.

How to manually install or upgrade Picasa:

1. On Picasa Home, click the download button at the top of the page.
2. Follow instructions to run the program and install. (You do not need to uninstall first.)
3. Any previous edits you've made will be preserved.

LATEST UPDATES:

Version 2.7, Build 37.49 - March 06, 2008
o Improved performance for new Intel chips.
o Translation fixes for Hungarian and Chinese.
o Fixed a case that would result in an error when capturing images from webcams.

Version 2.7, Build 37.36 - October 30, 2007
o Added support for 11 additional languages: Bulgarian, Catalan, Filipino, Indonesian, Latvian, Lithuanian, Serbian, Slovakian, Slovenian, Thai, Vietnamese.

Version 2.7, Build 37.32 - October 02, 2007
o Fixed a case where corrupted AVI files could cause a crash.
o Fixed a case that would result in a "This account is not enabled for Picasa Web Albums" error.

Version 2.7, Build 37.29 - September 13, 2007
o Added support for RAW pictures from the Canon 40D.
o Fixed a case where certain RAW pictures appeared overexposed.
o Full-screen preview using Ctrl-Alt now works again.
o Fixed a case where uploading to Picasa Web Albums could result in an immediate "failed to connect" error.

Version 2.7, Build 37.23 - August 21, 2007
o Added support for 7 additional languages: Croatian, Czech, Greek, Hungarian, Portuguese (Portugal), Romanian, and Ukrainian
o Fixed a problem with Picasa jumping to the wrong picture after deleting a picture
o Fixed two issues which could cause a "Failed to Connect" error when logging into Picasa Web Albums
o Fixed a case in which an error could result when opening pictures with third-party products
o Fixed problems related to Picasa Media Detector not disabling properly.

game_banner_by_hell_kaiser_haou.jpg

Notes/references

  1. A better way to organize photos?.
  2. ^ Google, Neven Vision & Image Recognition.
  3. ^ Picasa Web Albums
  4. ^ Picasa Web Albums
  5. ^ Picasa: Terms of Service
  6. ^ Google Picasa Web Albums Coming?
  7. ^ Hello : Welcome
  8. ^ http://dl.google.com/picasa/picasa2-setup-1884.exe, 3.3 MB
  9. ^ Do you have a version of Picasa for Windows 98 or ME?
  10. ^ Picasa 2 Release Notes
  11. ^ Latest Updates for Picasa
  12. ^ Picasa
  13. ^http://groups.google.com/group/Google-Labs-Picasa-for-Linux/browse_thread/thread/e0dfa1cb50060174
  14. ^ Google Developing Mac Version Of Picasa, Due To Be Released This Year
games_by_rufftoon.jpg

Latest Posts

 

Linux Links

 

25/03/2008 GMT 1

KolourPaint: More than a Microsoft Paint clone

ubuntuland @ 12:58

rss_orange1.png

Just as Microsoft Paint is included with every Windows installation, so KolourPaint has been part of the kdegraphics package since KDE 3.3. This simple raster graphics editor works well not only in KDE, but also in Xfce, GNOME, and Fluxbox.

Although it started out as a clone of Microsoft Paint, KolourPaint has grown to include more features than its proprietary inspiration. KolourPaint provides tools for image manipulation and icon editing as well as the typical "fingerpainting" that Paint is well known for. KolourPaint's and Paint's interfaces are nearly identical, but hidden behind a simple interface are several advanced features that make it a great graphics editor.

With the release of KDE 4, KolourPaint 4.0 brings some new features to the table, such as a configurable palette, some heavily refactored code, and new image effects that make photo editing a breeze.

Comparisons to Paint

KolourPaint has all the tools that Paint provides, such as the Brush, Color Eraser, Color Picker, Connected Lines/Polyline, Pen, Polygon, Rectangle, and Text to name a few. It also incorporates single-key shortcuts for all its tools to allow for better productivity. One of the handiest improvements over Paint is the number of levels of undo and redo, which, depending on memory usage, may be anywhere from 10 to 500 levels of history. Selections are also fully undo- and redo-able. KolourPaint includes support for freehand resizing and arbitrary rotation angles, and provides a choice between opaque and transparent selections.

Click to enlarge KolourPaint's Zoomed Thumbnail mode is an excellent addition to the Paint-like genre. It displays a thumbnail version of an image that works similar to an additional view in the GIMP. You can draw on the thumbnail, erase upon it, and use any selection tool on it. The selection tool needs a little more work in the thumbnail ability, as you can't see what contents you are selecting until you let go of the mouse button. You can resize the Zoomed Thumbnail by resizing its window.

KolourPaint provides Color Similarity, which allows you to fill regions in dithered images and photos. In addition to the standard Paint colors, KolourPaint lets you use other color sets (such as the Oxygen Icons in the latest version), or to create your own.

Unlike Paint, KolourPaint can save in every file format that KImageIO can provide; PNG, ICO, and PCX are supported, with the ability preview the images before you load them.

One of the biggest differences between KolourPaint and Paint is the support for transparency. Every KolourPaint tools lets you draw transparent icons and logos on a checkerboard background. This ability helps KolourPaint act as an icon editor too. By filling the workspace with the transparent "color" and resizing the image to a common icon size, you can whip up some catchy icons in a matter of minutes.

Photo editing

KolourPaint is also a useful photo editing application. Like the GIMP, it allows you to autocrop (remove internal borders) and adjust brightness, contrast, and gamma. Operations you can perform include clear, flatten, emboss, flip, and invert with the choice of channels. You can also resize and rotate, reduce colors, reduce images to greyscale, and smooth scale, soften, and sharpen images.

Effects allow you to change the appearance of the image, such as making an image look like it was painted on canvas. You can access effects that appear under the Image menu from the dialog window, as well as those that don't. The Balance effect, which changes the brightness, contrast, and the gamma of an image, is curiously placed in a new dialog window under Image -> More Effects, rather than as an entry in the Image menu. Almost all effects have an easy slider bar that let you change their values, and a thumbnail of the image that automatically updates when you apply an effect.

Anyone looking to fine-tune their graphic skills, or who would like to become more comfortable with KolourPaint, can peruse the KolourPaint Manual. To obtain further support, users can join the KolourPaint Support mailing list.

KolourPaint lacks a few of Paint's features. Some features currently under development include paletted image editing, selectable text, screen depth independence, and image acquisition from a scanner or a camera.

Still, with many of the features that the GIMP contains, and all but a few of Microsoft Paint's features, KolourPaint provides a simple user interface to manipulate photos and create raster graphics. By blending a completed user interface, stable image effects, and innovative features, KolourPaint's developers have put it one step ahead of other Linux Paint clones. As a graphics application, KolourPaint is powerful enough to make even the GIMP respect it.

source: linux.com 

"Finally! A usable paint program for KDE."

With more than a dozen tools, KolourPaint has all the functionality you would expect in a desktop paint program. Here a logo is being drawn with the Line, Circle, Brush, Spraycan and Flood Fill tools. A movable text box is being used to annotate the picture.

KolourPaint is one of the first KDE paint programs to sport full Undo/Redo support. With up to 500 levels of Undo/Redo, KolourPaint forgives us for being mere mortals.

kolour1.jpg

"Image editing taken to a whole new level of power and simplicity."

Who said KolourPaint wasn't an image editor? With half a dozen effects and arbitrary skew and rotation angles, KolourPaint makes disfiguring your boss' photo a reality!

Transparent selections - be they rectangular, elliptical or free-form - mean that you can make any colour act transparent within a selection. Combine this with KolourPaint's Colour Similarity feature for editing photos and dithered images, and you get background subtraction at its best.

kolour2.jpg
 
"Icon editing just got easier with KolourPaint."

Features including Zoom, Grid and the Thumbnail make down-to-the-pixel editing a snap. Innovative brushes and erasers means that drawing virtually anything is quick and effective.

And that's not all. With KolourPaint, all tools can draw transparent pixels on a "checkerboard." No more icons with opaque backgrounds!

kolour3.jpg

 

Latest Posts

Linux Links