I have to import an EPS image format to R to convert it into a machine coded text. I tried using magick or grImport2/grImport but nothing seems to work. Only pdf/svg files can be read using image_read
or image_read_svg
or image_read_pdf
functions.
Asked
Active
Viewed 406 times
1

Phil
- 7,287
- 3
- 36
- 66

TofuTofuTofu
- 11
- 3
-
can you use an external tool to convert EPS to PDF or will that cause a problem? – Ben Bolker Nov 09 '20 at 17:16
-
No external software to use, The algorithm must work solely in Rstudio. Here is the problem. https://imgur.com/tWFtINd – TofuTofuTofu Nov 09 '20 at 18:32