{bitmap} concerns handling and processing of images, rectangular indexed domains of data

learn more… | top users | synonyms

3
votes
0answers
63 views

TikZ: using a bitmaps's dimensions as global bounding box

I'm using a tikzpicture environment to draw on a bitmap image in order to add annotations. I'm setting the width of my bitmap to \textwidth. I want to add annotations in the left or right margins of ...
26
votes
3answers
684 views

Create bitmap within TeX file

I'd like to create a bitmap (black and white) from within LuaTeX (or pdfTeX) and rescale it afterwards. For example (a 4x4 bitmap) could be made by \makebitmap{0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0} I ...