You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the update to allow accessing VGImage createImageFromJpeg() which now allows me to load in jpgs into VGimage bufs. I need to find the width and height of the images once loaded in and see that this section of code is used in your routine:
If the above local width and height were made global, they could be accessed after calling createImageFromJpeg() - or is there another way to find these values.
Thanks
The text was updated successfully, but these errors were encountered:
steverpi
changed the title
VGImage createImageFromJpeg - can the width height of image be access (eg make global)
VGImage createImageFromJpeg - can width/height of image be made global to allow accessing
Feb 29, 2016
The reason for the request is to allow reading in multiple jpg images and as each width and height is known, they can be correctly positioned and aligned on the screen without fear of overwriting each other. In addition, are there any openvg/OpenVG functions which can be called to return these values?
Thanks for the update to allow accessing VGImage createImageFromJpeg() which now allows me to load in jpgs into VGimage bufs. I need to find the width and height of the images once loaded in and see that this section of code is used in your routine:
If the above local width and height were made global, they could be accessed after calling createImageFromJpeg() - or is there another way to find these values.
Thanks
The text was updated successfully, but these errors were encountered: