Replies: 1 comment
-
Hi @solvi808 , this is currently not possible so I'm going to create an issue from this discussion. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, for my use case i find gt working very well to create large formatted output tables.
But my table happens to have 400+ up to thousands of rows, and each row has a corresponding image. This is becoming a problem for filesize and save times. I only need a dpi of say 50 for my images to be readable, or at least smaller (absolute) image dimensions. Is there any way to achieve this and reduce the absolute image size and filesize ?
I tried changing the
height
parameter in f.ex.ggplot_image(height = px(img_height), aspect_ratio = 4)
, and from what I can tell it changes nothing except the relation to the aspect ratio? but it does not change the image file size.Beta Was this translation helpful? Give feedback.
All reactions