Posts Tagged ‘ editor

Two Adobe Photoshop replacements

You need to edit an image real quick and you are working either on a netbook or someone else’s machine which doesn’t have a copy of your favourite photoshop. Or maybe you never had photoshop in the first place.
Adobe Photoshop has become the premier digital one stop solution for image editing and it should come as no surprise that more than a few would have attempted to ride the photoshop success wave with their own clones.

The first clone which I have been using for a while is the Aviary Phoenix online image editor. Mind you, this has even support for layers and can handle almost anything you might want to get done with an image. Its completely on the cloud (and free as well) and all you need is your trusty Firefox (or any other browser) by your side to edit your image. I guess there’s a sign up required but that’s not so cumbersome. Being a web app has its advantages, such as being able to capture any webpage easily and Aviary even has a firefox addon. Aviary has a complete suite of applications for every possible form of image editing requirement online.

The second is a very light weight application called the Artweaver. Now artweaver is a fully functional free image editor. Users of photoshop would find themselves completely at home because of the interface. What’s more, it even supports export/import as Photoshop format files (PSDs).
The Artweaver interface (I love GITS!!)

Artweaver even has a portable version which you can run off a USB key. You can further enhance artweaver with a number of plugins (which you can find on the download page), you even get to extend it to use XnView, the freeware image viewer.

Both these applications would not be able to replace Photoshop for power users. But when it comes to basic image editing, they get the job done quite well!

SDK vs IDE

What’s SDK?

A software development kit (SDK) is typically a set of development tools that allows a software engineer to create applications for a certain software package, software framework, hardware platform, computer system, video game console, operating system, or similar platform. And in many cases includes the IDE for the development

What’s an IDE?

An integrated development environment (IDE) also known as integrated design environment or integrated debugging environment is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of a:
1. Source code editor
2. Compiler and/or interpreter
3. Build automation tools
4. Debugger

An IDE is actually used to write and test programs.
Eg.: Microsoft Visual Studio, Turbo C++ professional

An SDK adds functionality, lets you include the sample code, documentation.
Eg.: Eclipse SDK(it comes with the IDE)

 

Therefore, SDK > IDE! Hmmm…whatever…