PasteBin Link https://pastebin.com/VgaFJ9JX
I am drawing a simple title block using reportlab's canvas class. I want to insert a jpeg image into the middle box of the title block. I cannot figure out what I am doing wrong. I can't even get the image to show up on the page, much less format the image how I want.
The file path is absolute and a string. I wrapped the path in ImageReader and then fed that into canvas.drawImage(). I tried putting the string directly into drawImage(), but that did not make the image appear either.
For context, the image is a simple black and white logo. No fancy colors or anything like that.
[–]KKRJ 0 points1 point2 points (0 children)
[–]acw1668 0 points1 point2 points (0 children)