I am trying to use both regular images (img tag) and background images that I have created at 72dpi but four times larger than I'll use them - i.e. if I want 16x16 output, I create it at 64x64 and 72dpi and then in my CSS I set image-resolution to 288dpi (72dpi times 4).
My understanding is that this should bring it down to the size I want (16x16 in my example). However, in practice the resolution that makes it the correct size is a multiple of 96 (i.e. image-resolution: 384dpi).
Am I doing something wrong? Am I misunderstanding something? I want to understand how this works before I move forward making a lot of PDF-specific images.
My understanding is that this should bring it down to the size I want (16x16 in my example). However, in practice the resolution that makes it the correct size is a multiple of 96 (i.e. image-resolution: 384dpi).
Am I doing something wrong? Am I misunderstanding something? I want to understand how this works before I move forward making a lot of PDF-specific images.