Questions related to images, including creation and modification

learn more… | top users | synonyms

41
votes
6answers
4k views

Which image format is more memory-efficient: PNG, JPEG, or GIF?

Which image format is more efficient to save memory? PNG, JPEG, or GIF?
0
votes
0answers
86 views

Looking for a place to do Custom Images? [closed]

I am looking for a good company who can make a few custom images for my app I am developing. I am looking for someone who can do sprites, backgrounds, and regular images. Does anyone know a place for ...
7
votes
3answers
605 views

Storing a Hex Grid

I've been creating a small hex grid framework for Unity3D and have come to the following dilemma. This is my coordinate system (taken from here): It all works pretty nicely except for the fact I ...
5
votes
1answer
922 views

How can I resize pixel art in Pyglet without making it blurry?

I have a tileset of 8x8 pixel images, and I want to resize them in my game so they'd be double that (16x16 pixels, e.g. turning each pixel into a 2x2 block.) What I'm trying to achieve is a ...
5
votes
1answer
206 views

Rendering scaled-down card images

I have high-quality SVG card images, but they drastically lose their quality when I downsize them. I have tried two ways of rendering cards (using Inkscape and Imagemagics): 1) Render SVG to high-res ...
3
votes
1answer
185 views

Pygame performance issue for many images

I've made a script for generating a game world based off of image pixel data. Trying to make a python map editor My progress so far has resulted in a program which loads an image and draws sprites ...
0
votes
1answer
97 views

Where would I get 3d models and/or graphics for a program? [closed]

I'm a programmer that made a simple html5 mobile app. I would like to have a nice 3d model of a cartoonish goofy cow for the program icon. Is there a simple 3d program out there that I could try? Or ...