Hello, > I'm looking for a way how to create a Pixbuf from a Stream at > specified size ? > > e.g. Rsvg.Tool.PixbufFromStreamAtSize(Stream, int, int) If the image comes from a Stream, it probably already contains the dimensions. What is it that you have in mind exactly?