- Keywords:xcode plugin, generate picture resources
- Code class Library: others (Others)
- GitHub Link:https://github.com/rickytan/RTImageAssets
This project is a Xcode plugin, used to generate @3x image resources corresponding to the @2x and @1x version, as long as drag high-definition map to the location of @3x, and then press Ctrl+shift+a to automatically generate two low-clear fill empty. Of course you can also generate the @3x version from the @2x map, if you are not high on the quality of the picture.
Characteristics
will only fill the empty space, if you have set up your own @2x map, it will not be generated;
Automatically rename, keep the project clean (the N.imageset under the name of the picture changed to N.png [email protected] [email protected] , etc.);
Easy to use, no more trouble with the art students to zoom;
Note: The scaling of this plugin from @3x to @2x guarantees that the picture is the same as the physical size shown on the screen, not the same as the screen scale, which is 1.5 instead of 1242/640 = 1.94.
iOS picture Raiders: 3x Auto-generated 2x 1x images