artwork

Should developers have artistic skills?

Am watching the movie "Flyboys" abut WWI and the pilots who fought in the first fighter-planes. In one scene, these pilots are painting their personal emblems on their own planes. And that made me think a bit... I have a colleague who is also an amateur-photographer. Another one who plays a lot of Rockstar who happens to like playing the...

Question on development process for artwork

We are currently using SVN, and we are storing much of the artwork (sounds, images) in our repository right along with everything else. Right now, the artists commit their work to the repository directly. When the artwork is approved, it is linked to the codebase. We want to keep the checkout process simple (so that artwork doesn't have...

Adding Album Art using python in mp3 metadata

The code below doesnt seem to update the artwork of the mp3 file. Code:- #Editing the MetaData tag = eyeD3.Tag() print tag.link('location') //Returns 1 tag.setVersion([2,3,0]) print tag.addImage(0x08,'artwork.jpg') //Return None (Its sure that file is present) print tag.update() //Returns 1 The values returned by the function are co...

Get the artwork for an mp3 file

Hi guys does anyone how you can access the artwork image for an mp3. I download the mp3 from a server and save it in documents, and when i play it from file I want to display the image for the mp3? thanks ...

What's the Best Way to Support the Multiple Art Sizes Currently Used by iOS?

Currently iOS supports three different art sizes: art for the 480x320 original iPhone screen, art for the hi-res 960x640 iPhone 4 screen, and art for the 1024x768 iPad screen, which in my experience is usually not the same as for the hi-res screen because of the different demands placed upon the different aspect ratio of the screen. In ...

License of accidentally generated pictures/sounds

Imagine you see some picture that should not appear in normal circumstances, e.g. seemingly when graphics card or some program malfunctioned and display nonsense. For example, overheated graphics card crashed and the system frozen, displaying severely corrupted image (it may look unrelated to what it should display, but also may be rela...

Does the iOS SDK come with a library of artwork/icons?

For example, sort of like visual studio does? Perhaps for gestures like pinch/swipe/etc? ...