02-27-2007 03:32 PM
02-27-2007 03:35 PM
02-27-2007 03:46 PM
@zou wrote:
tst,It seems your zoom.llb doesn't support zoom factor < 1
That's because it was only a very quick proof of concept which was only meant to zoom in. The actual resizing VI supports this, so the slide and the input in the Get Rect VI just needs to be changed to a DBL representation for this to work.
Doug, your VI was not attached.
02-27-2007 03:52 PM
02-27-2007 04:16 PM
If the community feels the scaling is a problem, I'd like to create a report for R&D on the issue -- the attached VI is my interpretation of what is involved. Could someone post some high rez images of before and after scaling in LabVIEW 8.2 versus some other utility?
02-27-2007 04:27 PM - edited 02-27-2007 04:27 PM
Message Edited by altenbach on 02-27-2007 02:29 PM
02-27-2007 04:39 PM
02-27-2007 04:43 PM - edited 02-27-2007 04:43 PM
@tst wrote:
@zou wrote:
tst,It seems your zoom.llb doesn't support zoom factor < 1
That's because it was only a very quick proof of concept which was only meant to zoom in. The actual resizing VI supports this, so the slide and the input in the Get Rect VI just needs to be changed to a DBL representation for this to work.
Doug, your VI was not attached.
The quality isn't impressive through.
I guess you get what you pay for. 😉
Doug's VI seems working.
George
Message Edited by zou on 02-27-2007 04:53 PM
02-28-2007 03:09 AM
zou wrote:The quality isn't impressive through.
I guess you get what you pay for. ;)
Can't argue on that. The VI doesn't do any interpolation - it just takes some of the rows and columns (if zooming in) or duplicates some of them (if zooming out).
It usually looks relatively reasonable on images, but in a case like you showed, with straight, thin lines, you sometimes lose some of the information.
I'm not sure about this, but I've seen similar behaviour when Internet Explorer, so it might use a similar algorithm.
02-28-2007 08:11 AM - edited 02-28-2007 08:11 AM
Message Edited by Doug M on 02-28-2007 08:17 AM
Message Edited by Doug M on 02-28-2007 08:18 AM