there is an issue or maybe a bug about text a photo with portrait orientation
using the text percentage , it works perfectly with landscape but it doesn't fit in portrait orientation
in the portrait orientation the text is out of the images
the problem begins when i there are photos with landscape and portrait orientation
ok, currently i use % on bitmap height, perhaps i need to use on min(width, height) but even the text will not fit (with your text size)
text size is the height of the text.
xnview wrote:ok, currently i use % on bitmap height, perhaps i need to use on min(width, height) but even the text will not fit (with your text size)
text size is the height of the text.