Categories
Linux

Pixel Image Editor – like Photoshop CS2 and cross platform too

So you want a cross platform Adobe Photo Shop that runs on linux ? Then look no further for an application that is at least as functional as CS2.

Pixel Image Editor

Pixel is running following platforms now: Windows, Linux/x86,
Linux/PPC, Linspire, Zeta/BeOS/x86, QNX/x86, FreeBSD/x86, MacOSX/PPC
and MacOSX/x86, MorphOS/PPC, eComStation, OS/2, SkyOS and DOS.

At the moment as it’s still pre v1.0 (not that you would know) it costs only $38!!!! with free upgrades up to version 2.0 and the license to run on any platform

Having used photo shop the interface feels totally natural. Everying is set out similar and there a few nice enhancements as well.

Some of the features:

Core

  • Pixel is an extremely small and fast application
  • it is easy to translate to any language as it supports full
    Unicode, all available translations are available at once (English,
    German, French, Spanish, Dutch, Slovak, Croatian, Swedish, Polish,
    Russian, Hungarian, Afrikaans, Brazilian Portuguese and others)
  • supports TWAIN compatible scanners, digital cameras
  • supports SANE compatible scanners, digital cameras and others (Linux, BeOS, eComStation)
  • pressure sensitive tablets support
  • printing support
  • multiple color managed clipboards
  • various image formats handling (GIF, PNG, JPG, TIFF, BMP, PSD…)
  • support for JPEG-2000 format
  • support for OpenEXR format
  • EXIF support

Image editing

  • support for layers, paths, channels, masks and selections
  • Color Management support for RGB, CMYK, Grayscale and CIE Lab modes (8-bit and 16-bit)
  • support for HDR (High Dynamic Range) images with 32-bit/channel
    precision, HDR images in Pixel are editable in full HDR quality, not in
    8-bit RGB as in competiting programs
  • realtime live effects for layers (adjustments, effects), sets of live effects can be saved as layer Styles
  • image browsing and searching
  • powerful text editing with spellchecking and support for IME/XIM (Asian languages)

Retouching

  • includes variety of brushes, including full-color brushes and animated brushes
  • brush retouching tools including special effects
  • retouching set of filter plug-ins

Web features

  • complex support for image slicing and image optimizations (GIF, PNG, JPEG, WBMP)
  • direct editing of generated HTML code without destroying user’s additions
  • support for clickable maps
  • support for small animations for your web pages (animated GIFs)
Categories
Linux Ubuntu

Java Window blank or not rendering correctly when running under XGL/Compiz

I’m running Ubuntu with an XGL session and Compiz, and tried installing ArgoUML a java based cross platform UML designer. However when the application was run, the main window did not render correctly, it was blank with no menus or content.

A friend informed me of the solution, which affects Netbeans IDE as well, so the following:


sudo gedit /etc/environment

Add the following line

AWT_TOOLKIT="MToolkit"

save and close.

You may need to restart the session or reboot to pick up the environment setting change.

Categories
Linux Ubuntu

Linux how to change the file extensions for multiple files in a directory

Where source is old extension and dest is new extension, in terminal type:

for x in *.source; do mv “$x” “${x%.source}.dest”; done

Categories
Linux Ubuntu

Installing a nice black vista style theme from Ubuntu Studio

Feisty-UbuntuStudioTheme
Instructions on how to install the default UbuntuStudio theme in other Ubuntu distros.

http://www.belutz.net/2007/05/11/installing-ubuntu-studio-theme/

Categories
Linux Ubuntu

great resource for ubuntu software

All the free software as you can eat ;0)

http://www.getdeb.net/browse.php

Categories
Linux

Matrix Screensaver

It’s getting a bit retro now, but here is a superb matrix screen saver that imprints the film characters within the matrix.  It’s a lovely effect to see animated. Available for linux and windows.

http://knoppix.ru/matrixgl.shtml

Categories
Linux Ubuntu

Compiz Fusion

Installing Compiz Fusion instructions

http://forums.opencompositing.org/viewtopic.php?f=14&t=131

Categories
Linux Ubuntu

NTFS read and Write in Ubuntu

Just trying out ntfs-3g, which provides ntfs read and write support in feisty.  Simply search for the ntfs-config (a nice UI) package in synaptic (not the ntfs-3g) an install.

More information can be found on http://www.ntfs-3g.org/ including alleviating concerns over stability.

Categories
Linux Ubuntu

Playing with Ubuntu

I’m very, very slowly being converted to the dark side or light side depending on your perspective.  Ubuntu is a great linux distribution with a breadth of opensource apps that can be installed. The synaptic package manager makes installing anything as easy as ever.