Replies: 1 comment 1 reply
|
The unicode placeholders define the area of the image, not the
placement. This is because it is expected that tmux or vim or whatever
the underlying program is will manipulate the unicode characters itself.
|
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
When using the "traditional" method of rendering images, I can crop an image successfully using the x, y, w, and h flags in the control data. However, when using unicode placeholders I cannot get it to work.
What I'm trying:
Uploading and creating a placement with a=T:
m is set accordingly. Then I print the placeholders in the area enclosed by the cols and rows values above. But when I do that, the x,y offset is not used, but the width and height are correct since I am only printing those unicode characters. However, if I print them for the entire area of the original (uncropped) image, the whole image appears. It seems as if the x,y,w,h flags did nothing in the scenario, the placement included the whole image.
Am I misunderstanding something? Grateful for any pointers :)
All reactions