resolution mismatch
When the image resolution on AIBooru differs from the image resolution at the source. The following two tags can be used with this tag.
- source_smaller:
- One or both dimensions must be larger than the source.
height_source <= height_aibooru and width_source <= width_aibooru
- source_larger:
- One or both dimensions must be smaller than the source.
height_source >= height_aibooru and width_source >= width_aibooru
- Neither:
- One dimension is larger than the source, and the other dimension is smaller than the source.
(height_source > height_aibooru and width_source < width_aibooru) or (height_source < height_aibooru and width_source > width_aibooru)
See also
This tag implicates md5_mismatch (learn more).
The following tags implicate this tag: source_larger and source_smaller (learn more).