You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been exploring the camcorder package, and am puzzled by the fact that when I start gg_record with a certain size request, the resulting saved files do not match the size requested. For instance, my gg_record() statement looks like this:
When I open the file in the Preview application or InDesign, the size is width 14.58 inches and height 10.42 inches at 72 pixels/inch. Am I missing something?
The text was updated successfully, but these errors were encountered:
That blog post is extremely helpful–thank you so much for the link!
I guess I had the wrong impression here; I thought I was avoiding those issues when using camcorder() over ggsave(), but is camcorder() essentially using ggsave() each time it records?
Nice to hear it helped! And you're correct, camcorder uses ggsave.
I'm not sure there is a way to avoid the issues, my understanding is that this is how images work in general... 🤷
I've been exploring the camcorder package, and am puzzled by the fact that when I start gg_record with a certain size request, the resulting saved files do not match the size requested. For instance, my gg_record() statement looks like this:
When I open the file in the Preview application or InDesign, the size is width 14.58 inches and height 10.42 inches at 72 pixels/inch. Am I missing something?
The text was updated successfully, but these errors were encountered: