Straightening images in Inkscape
Inkscape is one of the most successful and usable open-source applications around – it’s a drawing app, useful for designing icons and logos, or laying out posters and leaflets. I used it to design my pocket calendar cards.
I fired it up recently to design a leaflet for my Mum’s guest house, featuring lots of photos of the local area. I’d previously rotated them to some jaunty angles and needed to straighten them up. I couldn’t find anything in the interface to do this (boo) but then remembered that one great feature of Inkscape is that it stores the state of the document as an editable SVG file. Even if there wasn’t a way to remove the rotations in the interface, I could do it by editing the data directly (hooray!), it’s a sort of View Source for illustration/page layout.
- Open the Edit menu, select XML Editor
- Select the image you’d like to straighten on the page
- In the XML Editor, click Transform attribute, and click the Delete Attribute button above
Boom – straight images.
Obviously, it would be nice to have a button to do this (maybe there is – feel free to let me know in the comments), but I like that the use of an open image format, and the tools to edit the data directly allows me to achieve what I need to do. Do you have any Inkscape tips?




