ログイン
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
18/09/20 7:01
RE: Can you get the dimentions of an image stored in a file through AdoScri
Mateusz Dziedzic
18/09/20 7:59
Patrik
ランク:
Junior Member
投稿:
27
参加年月日:
14/09/01
最近の投稿
Can you get the dimentions of an image stored in a file through AdoScript?
答え
18/09/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
参加年月日:
16/08/02
最近の投稿
RE: Can you get the dimentions of an image stored in a file through AdoScri
fread
adoscript
expressions
答え
18/09/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.
投票するためにログインします。
トップ