• Imaging

    PNG(s) to PDF, the command line way

    by  • October 25, 2012 • Imaging, Tips, Utilities • 0 Comments

    A quick tip for command line users: if you want to convert .png files to .pdf: convert *.png filename.pdf Simple! If you want to keep control of page sequence or specific files to convert: convert page1.png page2.png page3.png filename.pdf Needless to say, but I’ll say it anyways, the .pdf won’t be in vector graphics,...

    Read more →

    Screencasting on Linux – recordMyDesktop

    by  • May 6, 2009 • Audio and Video, Imaging, Utilities • 0 Comments

    Doing a basic screencast in Linux is pretty easy. The package recordMyDesktop can be found easily on the repository of many Linux distros (including Ubuntu 9.04 that I use). With this package you’re actually getting the backend recordMyDesktop which is written in C and the frontend developed in Python (gtk-recordMyDesktop or qt-recordMyDesktop). The feature...

    Read more →

    3D modeling with Blender

    by  • June 2, 2008 • Imaging • 1 Comment

    Blender is an open source, cross-platform 3D content creation program. This kind of stuff is way too off my league, but if you’re in to creating images and want to do some 3D work, Blender will surely be for you. I’ve heard a great many things about this software. First and undoubtedly that it...

    Read more →

    Tip: Open eps files with Gimp

    by  • April 22, 2008 • Imaging, Tips • 21 Comments

    For the past few months I’ve been doing a lot of work editing images in .eps format. Since I really like my Gimp, I spent weeks trying to find a nice way to edit these images with this program, instead of running to Photoshop. Well, I was finally able to find a solution I...

    Read more →

    Inkscape version 0.46 released

    by  • April 2, 2008 • Imaging • 0 Comments

    Inkscape, everyone’s favorite open source vector graphics editor has just come out with its version 0.46. From the website’s change log, a few highlights of what is new: Paintbucket tool Tweak tool 3D Box tool Live path effects Color management New SVG filters and UI Native PDF and AI import XAML import/export Open Clip...

    Read more →

    Inkscape – vector graphics editor

    by  • March 12, 2008 • Imaging • 2 Comments

    While Gimp can help you edit raster images (pixel graphics), Inkscape will help you edit vector graphics. The good thing about vector-based images is that you can resize it as you wish and it will not be distorted. If you’re not a professional graphics designer most likely you’ll be able to use Inkscape and...

    Read more →

    Tip: Upload images from Gimp to Flickr or Picasaweb

    by  • February 12, 2008 • Imaging, Tips • 3 Comments

    As mentioned previously, Gimp is a very good open source program for your image editing needs. What is even better about Gimp is its plug-in structure which allows for a greater usage of the program. One of these plug-ins, called GimpPublishr, will allow you to upload your images to Flickr or Picasaweb automatically. It...

    Read more →

    GIMP – Image editor

    by  • January 22, 2008 • Imaging • 4 Comments

    Have you hear of Photoshop? Who hasn’t, right?! Although this piece of software is incredibly good, it is too powerful for the vast majority of users. Why spend so much cash on such software if you’re only using about 10% of its real functions? GIMP (GNU Image Manipulation Program) handles image manipulations task extremely...

    Read more →