<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
From my standpoint an image is a bitmap, a field of dimensionless colored dots. When it comes to output it should be a matter of saying here is your space draw yourself here. So in my app, most objects are defined in mm because it just makes sense to do so
 for organs, but I have also imported a 2000x2000 px PNG. This is purely an experiment in dealing with image manipulation so the image is deliberately large. So I want this logo to be 7x7 cm in real terms.
<div class=""><br class="">
</div>
<div class="">Now I have some options, but the question is what is the VTK way?<br class="">
<div class=""><br class="">
</div>
<div class="">* I can resample the image down to 70x70 and assign spacing of (1, 1, 1).</div>
<div class="">* I can scale the image plane it is applied to.</div>
<div class="">* Third option goes here.<br class="">
<div class=""><br class="">
</div>
<div class="">I’ve tried vtkImageResample and when you set an axis magnification of 0.5f you get a doubling of spacing and a halving of extent, but the bounds mostly(!) remains the same. Still, this isn’t really what I want, I want to just say, “Mr. Image you
 are 70mm.” BTW Talking to the image data didn’t work either.</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div>
<blockquote type="cite" class="">
<div class="">On 5. feb. 2015, at 14.37, Bill Lorensen <<a href="mailto:bill.lorensen@gmail.com" class="">bill.lorensen@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<p dir="ltr" class="">What do you mean by size of the image?</p>
<div class="gmail_quote">On Feb 5, 2015 3:21 AM, "Cameron Lowell Palmer" <<a href="mailto:cameron.palmer@ntnu.no" class="">cameron.palmer@ntnu.no</a>> wrote:<br type="attribution" class="">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I’m looking for a recommendation on how to scale imageData to a specific size.<br class="">
<br class="">
I’ve used vtkImageResample, but what I really want to do is load a large image, and then reset the size at some point. Ideally I would be able to non-destructively change the size of the object.<br class="">
<br class="">
Thanks,<br class="">
<br class="">
cameron.<br class="">
<br class="">
<br class="">
_______________________________________________<br class="">
Powered by <a href="http://www.kitware.com/" target="_blank" class="">www.kitware.com</a><br class="">
<br class="">
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank" class="">
http://www.kitware.com/opensource/opensource.html</a><br class="">
<br class="">
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank" class="">
http://www.vtk.org/Wiki/VTK_FAQ</a><br class="">
<br class="">
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" target="_blank" class="">
http://markmail.org/search/?q=vtkusers</a><br class="">
<br class="">
Follow this link to subscribe/unsubscribe:<br class="">
<a href="http://public.kitware.com/mailman/listinfo/vtkusers" target="_blank" class="">http://public.kitware.com/mailman/listinfo/vtkusers</a><br class="">
</blockquote>
</div>
</div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</body>
</html>