Feature Request: Image rendering, pixel image offsets
This is a feature request to add x and y offsets to iTerm2's image rendering.
For example, an xoffset value of 50
would draw the image 50 pixels from the
left of windows and a yoffset value of 100 would draw the image 100 pixels from
the top of the window.
This allows you to have more control over image positioning in scripts etc. We need this feature to implement better image positioning in neofetch. Neofetch is a script that draws an image next to information about your system using w3m or iTerm2's image rendering. We're currently trying to implement x/y offsets to the iTerm2 image mode to be consistent with the w3m mode.
The only way to pad images that I've found is to use spaces but this is very inaccurate as everything else works with pixels.
Thanks!
- iTerm2 version - 2.9.20160311-nightly
- OS version - 10.11.3 build 15D21
cc @dylanaraps
NOTE: edited to fix typo, a y offset of 100 should draw image at 100 pixels from top, not 50