特定の写真のサイズを取得することができます – RS_PictureVariables.js

タイトル
This plugin allows you to get the size of specific picture
作者名
ヘルプ
=============================================================
Introduction
=============================================================
This plugin automatically captures the dimensions (width and height)
of displayed pictures and stores them in game variables. This allows
you to create dynamic systems that respond to picture sizes in your
RPG Maker MV projects.

=============================================================
How to Use
=============================================================
1. Install the plugin and configure the variable IDs in parameters
2. Use the "Show Picture" event command normally in your events
3. The plugin will automatically capture the dimensions and store
them in your specified variables
4. Access these variables in your events for responsive behavior

=============================================================
Technical Notes
=============================================================
- The dimensions are captured after the picture is fully loaded
- Variables are updated whenever a "Show Picture" command executes
- Works with any picture format supported by RPG Maker MV
=============================================================
Version Log
=============================================================
2018.12.18 (v1.0.0) - First Release.
パラメータ
param Picture Width ID
type variable
desc The ID of the variable that will store the picture's width in pixels.
default 10

param Picture Height ID
type variable
desc The ID of the variable that will store the picture's height in pixels.
default 11

ライセンス表記
  • MIT License
The MIT License
Copyright (c) 2018 biud436
Free for commercial and non commercial use.

紹介ページ https://github.com/biud436/MV/blob/master/RS_PictureVariables.js