Prihlásenie
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?
Téma panelu správ
Najnovšie príspevky
Štatistiky
Odpoveď
(
Odznačiť
)
Označiť ako odpoveď
« Späť na University of Vienna - OMILAB
Can you get the dimentions of an image stored in a file through AdoScript?
Témy [
Predchádzajúci
|
Ďalej
]
Can you get the dimentions of an image stored in a file through AdoScript?
Patrik
20.9.2018 7:01
RE: Can you get the dimentions of an image stored in a file through AdoScri
Mateusz Dziedzic
20.9.2018 7:59
Patrik
Hodnosť:
Junior Member
Príspevky:
27
Dátum nástupu:
1.9.2014
Najnovšie príspevky
Can you get the dimentions of an image stored in a file through AdoScript?
Odpoveď
20.9.2018 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
Prihláste sa, ak chcete hlasovať.
Top
Mateusz Dziedzic
Moderator
Hodnosť:
Junior Member
Príspevky:
26
Dátum nástupu:
2.8.2016
Najnovšie príspevky
RE: Can you get the dimentions of an image stored in a file through AdoScri
fread
adoscript
expressions
Odpoveď
20.9.2018 7:59 ako reakcia na 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.
Prihláste sa, ak chcete hlasovať.
Top