Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
NRP Bitmap Smooth Off - NRP_BitmapSmoothOff.js
Plugin desc : v1.01 Removes noise generated in the image.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Takeshi Sunagawa (http://newrpg.seesaa.net/)
Website : https://github.com/NewRPGProject/MZMV_Plugin/blob/main/NRP_BitmapSmoothOff.js
Desc page : http://newrpg.seesaa.net/article/484654081.html
Download Page : https://raw.githubusercontent.com/NewRPGProject/MZMV_Plugin/main/NRP_BitmapSmoothOff.js
File name : NRP_BitmapSmoothOff.js
Help of plugin :
Removes noise generated in the image. * * When you move the battler in RPG Maker MZ, * the image may have noises like lines. * * This is caused by an internal fractional number calculation * that shifts the image cropping position by one pixel. * ※The identity of the line is the SV actor itself or the state icon. * The edge of the neighboring image pattern is supposed to be displayed. * * This problem can be solved by switching the settings for the image. * * ------------------------------------------------------------------- * [Usage] * ------------------------------------------------------------------- * Just apply it. * You can switch between them for each image, * but the default state is usually fine. * * ------------------------------------------------------------------- * [Terms] * ------------------------------------------------------------------- * There are no restrictions. * Modification, redistribution freedom, commercial availability, * and rights indication are also optional. * The author is not responsible, * but will deal with defects to the extent possible. * * @param SvActorSmoothOff * @type boolean * @default true * @desc Apply the process to the SV actor image. * * @param StateIconSmoothOff * @type boolean * @default true * @desc Apply the process to the state icon image. * * @param AnimationSmoothOff * @type boolean * @default true * @desc Apply the process to the animation image (MV Style).