登入
www.adoxx.org
Welcome
Download
Tutorial
Olive Webinar
Introduction Webinar
Interaction with external API webinar
ADOxx Training Registration
ADOxx Training Overview
Frequently Asked Questions
Developer Community
Realization Cases
Falcon
Building Blocks_
Documentation
Introduction to ADOxx
Modelling Language Implementation
Mechanisms and Algorithms Implementation on ADOxx
ADOxx Development Tools And Services
ADOxx Development Languages
ADOxx Development Languages: Syntax Support in Notepad++
ADOxx Development Languages: Syntax Support in Microsoft Visual Studio Code
AdoScript Documentation
CoChaCo4ADOxx
Contact
ADOxx.org
Frequently Asked Questions
University of Vienna - OMILAB
Can you get the dimentions of an image stored in a file through AdoScript?
討論板首頁
最近崗位
統計
答覆
(
取消標記
)
標記作为答復
« 回到University of Vienna - OMILAB
Can you get the dimentions of an image stored in a file through AdoScript?
相關串連 [
前一個
|
下一個
]
Can you get the dimentions of an image stored in a file through AdoScript?
Patrik
2018/9/20 上午 7:01
RE: Can you get the dimentions of an image stored in a file through AdoScri
Mateusz Dziedzic
2018/9/20 上午 7:59
Patrik
等級:
Junior Member
崗位:
27
加入日期:
2014/9/1
最近崗位
Can you get the dimentions of an image stored in a file through AdoScript?
答覆
2018/9/20 上午 7:01
Hi
Is there some (hopefully simple) way using AdoScript of getting the width and height of an image that is stored in a file?
Best regards,
Patrik
签到投票。
上面
Mateusz Dziedzic
Moderator
等級:
Junior Member
崗位:
26
加入日期:
2016/8/2
最近崗位
RE: Can you get the dimentions of an image stored in a file through AdoScri
fread
adoscript
expressions
答覆
2018/9/20 上午 7:59 作為回覆給Patrik
Dear Patrik,
One way is to use the
FREAD
function to read the content of the file. The content then can be stored in a variable and you can use the
String functions
(e.g. search, bsearch, copy etc.) to search and get the values you need.
签到投票。
上面