ورود
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?
موضوع
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« بازگشت به University of Vienna - OMILAB
Can you get the dimentions of an image stored in a file through AdoScript?
شاخه [
Previous
|
بعدی
]
Can you get the dimentions of an image stored in a file through AdoScript?
Patrik
9/20/18 7:01 AM
RE: Can you get the dimentions of an image stored in a file through AdoScri
Mateusz Dziedzic
9/20/18 7:59 AM
Patrik
رتبه:
Junior Member
ارسال:
27
Join Date:
9/1/14
Recent Posts
Can you get the dimentions of an image stored in a file through AdoScript?
Answer
9/20/18 7:01 AM
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
Sign in to vote.
بالا
Mateusz Dziedzic
Moderator
رتبه:
Junior Member
ارسال:
26
Join Date:
8/2/16
Recent Posts
RE: Can you get the dimentions of an image stored in a file through AdoScri
fread
adoscript
expressions
Answer
9/20/18 7:59 AM به عنوان پاسخ ارسال شد به:
پيغام #{1}
توسط {2}.
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.
Sign in to vote.
بالا