Re: [PyQt] image utilities in Qt

2010-12-04 Thread James Polk
Thanks Eric!...I think I found what you're referring to... http://doc.qt.nokia.com/4.5/qimage.html ...looks like scaletoWidth() etc should work! Thanks!! --- On Sat, 12/4/10, James Polk wrote: From: James Polk Subject: image utilities in Qt To: pyqt@riverbankcomputing.com Date: Saturday,

Re: [PyQt] image utilities in Qt

2010-12-04 Thread Erik Janssens
QImage has a 'scaled' method that can be used to create thumbnails On Sat, Dec 4, 2010 at 9:52 PM, James Polk wrote: > > I've found hints that Qt supports some image handling basics.. > Is there any kind of functionality for image conversion? > And/or basic image resizing, cropping,etc? Someth

[PyQt] image utilities in Qt

2010-12-04 Thread James Polk
I've found hints that Qt supports some image handling basics.. Is there any kind of functionality for image conversion? And/or basic image resizing, cropping,etc?  Something along the lines of the ImageMagick suite of programs? All I'm looking to do (at least in the short term) is generate small t