24 Oct ’08
Mashing vector graphics with bitmaps
When publishing figures, you want your images to look sharp. When processing figures with lots and lots and lots of data points (i.e. proteome comparisons), you do not want to store all these dots in a svg format. Rather, you want to convert the dots to a png picture, import the png into inkscape, and then add the axis, the labels and shuffle around the panels of your figure in the right order.To be able to do this while retaining quality, some magick is required.
