Am 17.08.2011 um 04:15 schrieb Greg Olson-Hyde: > Hi, > > I am successfully inserting an image into my PDF with > 'InsertImageFromBuffer', but the parameters for this function 'scales' the > image to the given size - is it possible to 'crop' the image to the given > size?
Well, if you use clipping and make the picture bigger, only a little part is used. But in general, you want to prepare your picture at the right size with a high resolution. This scaling is actually needed to get resolution here. For example if you have a 800x600 picture and you put it there at 72dpi (with using 800x600 for the target size), the picture may look ugly. Better you put a 1600x1200 picture in the same 800x600 area which doubles the resolution to 144dpi. Greetings Christian -- See you in Frankfurt, Germany at the Real Studio Database Days More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/frankfurt-2011-event.shtml _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
