1

I am trying to use PDF Image in my Asset Catalogs files to automatically generate png files. This feature as been presented in WWDC 2014, video 411 (What's new in Interface Builder)

On iOS XCode is supposed to render the PDF to @1x, @2x, @3x PNG at the build time. It checked at my generated archives using cartool (cannot post the link as I lack reputation on SO) and it seems only the @1x and @2x resolutions are generated.

I looked a bit around the internet and found this post and this one. The later provides a sample project, which I tried. It also only generated those 2 resolutions.

Did anyone tried this and lucky generated @3x images?

Regards

Nicolas

Nicolas Braun
  • 746
  • 4
  • 16

1 Answers1

0

Found a fork that someone made. Seems to have worked for me to also get the @3x PNG files. Hope this helps!

https://github.com/G-P-S/cartool

Del Brown
  • 928
  • 1
  • 7
  • 19