Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ If you want to send email to notify somebody. Open the script, and changed the v

##4.add @2x suffix to image files

When programming for retina device of iOS,the image file you used should add the suffix of @2x. Using the script "add2x" can help you do this automaticly.
When programming for retina device of iOS,the image file you used should add the suffix of @2x. Using the script "add2x" can help you do this automatically.

**add2x**: add suffix of @2x to all the image files(just png and jpg file) .This script work in the current directory.

Expand Down