Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - janiczek
Pages: [1]

1
General Discussion / Re: See my algorithm to upscale pixel art
« on: January 11, 2012, 08:30:12 pm »
Thank you, Hyllian! The explanation on the forums is especially helpful.

2
General Discussion / Re: See my algorithm to upscale pixel art
« on: January 11, 2012, 07:31:37 pm »
Hmm, "see my algorithm" says the subject. I'd very much like to! Would you care to post the source code or at least explained algorithm somewhere on the net? :) The results are very nice.

3
Challenges & Activities / Re: Possible activity discussion.
« on: January 03, 2012, 11:38:12 am »
Well, it's already being done with canvas, so why not zoom it programmatically? (I might help if the author isn't sure how to do that.)
If it was a server-side generated image, spanning the width and height CSS would make sense, but with canvas you don't have to think about how browsers stretch images and how to force nearest-neighbour ...

Edit: and, oh, here's some info about how it renders on OSX:
Chrome Canary (18.0.993.0) - blurry.
Firefox 8.0.1 - fine! yay.
Safari 5.1.2 - blurry AND non-random (repeating sprites for whole rows - JS issue)
Opera 11.60 - blurry.

I really think doing it in canvas would be better and easier and would work for everybody.

4
General Discussion / Re: Read the Rules, then introduce yourself here.
« on: December 30, 2011, 12:13:43 am »
Hi guys,

I'm glad I found a pixelart-oriented forum :) I like all kind of old-games stuff, absolutely love GBC/GBA/... graphics, 8bit music, etc. - and I have even tried to do some pixelart myself ... Like this one: (I still don't know how the hell did I do it, it happened so fast! :D )



I'm a sanguine type though, so my enthusiasm lasts only for weeks/months and then I move to some other hobby of mine. I hope I will manage to learn something here till then! :)

So, yeah, hi :)

Pages: [1]