pec1985 / TiSMSView

Expandable Text Area Module - iOS - Titanium
Other
60 stars 18 forks source link

PSD of assets #7

Closed sindresorhus closed 13 years ago

sindresorhus commented 13 years ago

If you have the PSD files for the assets. Would you consider releasing them?

Would be nice to be able to modify the assets.

pec1985 commented 13 years ago

The files in the assets are png files, then have to have those specific names. What do you mean by PSD? (PhotoShop?) how would that be used?

sindresorhus commented 13 years ago

Yes, if you have the source files (psd? = photoshop) for creating the png files. So I can for example add more colors, or remove the gloss from the bubble.

pec1985 commented 13 years ago

No, that's really not going to be possible, at least at this time.

If you look inside the the assets/smsview.bundle (which is a folder) the images have this format:

    GreenBalloonLeft.png

If you need another color, the image must have that name pattern: Green (capital "G") which is the color and Left (capilat"L") which is the side of the image. You can take any of those images, open them up in an image editor, like PS, and change the color, brightness, etc.

sindresorhus commented 13 years ago

Ok, where did you get the images from?

You should add to the docs that it is possible to add a custom color, and how to do it, like you've described here ;-)

pec1985 commented 13 years ago

Good idea, will update the documentation