s-u / Cairo

R graphics device using cairo graphics library for creating high-quality output
12 stars 10 forks source link

How can I make the "tiff format" become "TURE" on my PC? #31

Closed Skywings96 closed 2 years ago

Skywings96 commented 2 years ago

I want to use Cairo to export pictures in tiff format, but after I ran "Cairo.capabilities()", then I found that the tiff format is FALSE. How can I solve this problem?

s-u commented 2 years ago

You need to make sure you compile Cairo with tiff support. If you want more details, you'd have to provide more details about R and your OS (at the very least sessionInfo()) and how exactly you installed Cairo.

s-u commented 2 years ago

Closing due to lack of follow up