Edwin, What really needs to happen is for MC to use a different algorithm when reducing images - either a bilinear or bicubic algorithm would be better. Instead, the MC engine uses the native OS calls which are "nearest neighbor" and not nearly as nice.
One needs to build a DLL to implement this functionality. Also, adding a 'sharpen' filter usually helps after reducing an image. Contact me offlist if you're interested as I am considering contracting such a DLL. -Chipp > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Edwin Gore > Sent: Saturday, June 14, 2003 2:23 PM > To: [EMAIL PROTECTED] > Subject: Smoother JPG resizing? > > > Part of the app that I am writing needs to resize some jpgs (usually > smalled) and I am noticing that when I do this by taking a jpg > and slapping > it into a fixed size image object, that the resizing is pretty rough. > > Is there anyway to get smoother jpeg resizing out of RunRev? > > _______________________________________________ > use-revolution mailing list > [EMAIL PROTECTED] > http://lists.runrev.com/mailman/listinfo/use-revolution _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
