LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Set picture size onto MS Words

HI,

     is it possible to adjust the size of the picture that is being added to MS Word using Append Image to Report VI?

currently, im using Append Image to Report VI to attach the picture into MS Words but some of my picture are too big so it auto resize it in the MS Word

while the smallers picture is alright. so now i was thinking is it possible to adjust the picture to the size i want it? like the height and length.

currently, the smaller picture looks big while the other bigger picture which has been strink looks small, so now i would like to adjust the picture for the small picture to small.

0 Kudos
Message 1 of 3
(2,489 Views)

hi 64864050

 Using Append Image to Report vi ,it is not possible to scale the image to the preferred size..So you need to think of scaling the image before and then adding to the report.

 

 

Thanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 3
(2,481 Views)

You can use Read JPEG File.vi (or other format) to open your image.

Then, use unflatten pixmap.vi to change it into array, and manipulating array to get smaller image.

After that, use flatten pixmap.vi, and Write JPEG File.vi to save it back.

0 Kudos
Message 3 of 3
(2,461 Views)