AG903ライブラリリファレンス
内容インデックスホーム
前へ上へ次へ
AG903_JPGGetImageSize 関数

イメージサイズ取得

Syntax
C++
int32_t AG903_JPGGetImageSize(AG903_JPGHandle * handle, uint32_t * xlen, uint32_t * ylen);
引数 
説明 
AG903_JPGHandle * handle 
[in] JPGハンドル 
uint32_t * xlen 
[out] 横幅 [pixel] 
uint32_t * ylen 
[out] 縦幅 [pixel] 

イメージサイズ取得結果

返値の詳細 
説明 
正常終了 
-AG903_EINVAL 
引数異常 

イメージサイズを取得します。(デコード後にデコードした画像のサイズを取得することができます。)

Copyright (c) 2017-2025 Axell Corporation. All rights reserved.