send link to app

Asset Images


Developer Tools Utilities Utilities
Developer: Raphael Schioppa
1.99 USD

Asset Images allows to resize images for IOS/OSX developments.

It generates all images files in resolution @1x, @2x and @3x automatically.

-------------------- HOW TO USE --------------------------------------

Simply drop images and the application will create your png images @1x, @2x, @3x automatically.

You can also optionally specify the final desired sizes of your images sources and/or trim empty part of images before resize them.

For example: you want to convert a PSD file with a resolution of 1024x1024.
Set image sources size as 3x and set custom size for your 3x at 512x512 (or enter only width and check aspect ratio checkbox for calculate the height automatically).

It will produce your 3 images files :

@1x : 170x170
@2x : 341x341
@3x : 512x512

With tile ready 32x32, it will produce :

@1x : 192x192 (multiple of 32x32)
@2x : 352x352 (multiple of 32x32)
@3x : 512x512 (multiple of 32x32)

The application can handle one image or multiple images in the same time. Simply drop them in the application.

Supported input images files formats : .pdf, .eps, .epi, .epsf, .epsi, .ps, .tiff, .tif, .jpg, .jpeg, .jpe, .gif, .png, .pict, .pct, .pic, .bmp, .BMPf, .ico, .icns, .dng, .cr2, .crw, .fpx, .fpix, .raf, .dcr, .ptng, .pnt, .mac, .mrw, .nef, .orf, .exr, .psd, .qti, .qtif, .hdr, .sgi, .srf, .targa, .tga, .cur, .xbm

Output format : .png, .jpg

-------------------- VERSION HISTORY --------------------------------------

Version 1.2:

Add Jpeg format output (with compressions selection)
Add option « Tiles Ready » : Extent images (empty) of output images to be a multiple of specified sizes (width & height).
Useful if you want to use images for doing tiles.
Improvements of interfaces.

Version 1.3:

Add output to Atlas Images
Add output to xcassets
Small improvements