User:Lidnariq/Wiki todo: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
(thoughts on the 32x32 change)
(i did a quick pass over these icons)
Line 24: Line 24:
* [[File:Mfr icon JYCompany.png]] wants upscaling but I have no idea how to do it so it will look good at both 16x16 and 32x32
* [[File:Mfr icon JYCompany.png]] wants upscaling but I have no idea how to do it so it will look good at both 16x16 and 32x32


::My opinion is that redoing the icons as 32x32 but displaying them at 16x16 only creates a degraded experience at the intended resolution. We're optimizing for 32x32 which almost nobody sees (and doesn't really matter), and the 16x16 which almost everybody sees suffers in quality. For pixel art, the optimal solution is really to do it at 16x16 and nearest-neighbour up to 32x32, preventing linear resampling for that minority double-resolution screen. For vector art that we were anti-aliasing at 16x16, what's been done is perfectly fine. It's just for things that are pixel art to begin with, we should probably optimize for 16x16. - [[User:Rainwarrior|Rainwarrior]] ([[User talk:Rainwarrior|talk]]) 21:49, 12 June 2015 (MDT)
::I did a quick pass over these, just using nearest-neighbour. I think it's important to optimize for 16x16 rather than 32x32. (These will still look well at 32x32 this way.) Moved my commentary on this to [http://wiki.nesdev.org/w/index.php?title=Talk:Mapper&diff=11215&oldid=11200 Mapper talk page]. - [[User:Rainwarrior|Rainwarrior]] ([[User talk:Rainwarrior|talk]]) 22:21, 12 June 2015 (MDT)

Revision as of 04:21, 13 June 2015

  • The following images are kinda blurry and may want to be redone:

File:Vis_cutoff.png File:Vis_shift_reg_zoom.png File:Visual_2C02_sections.jpeg <File:Vis_oam_left.png is no longer used> File:Vis_output_driver.png

  • The following images should be redone in a lossless format:

File:Sprite_0_in_top_status_bar.jpg


  • At this time, I do not plan on redrawing any of these following 16px mfr icons because
    1. they're mostly not currently antialiased and so wouldn't benefit much from more pixels (esp. Irem, Namco) or
    2. are already heavily hinted so would need to be optimized to look as good when re-scaled to 16px for non-high-DPI screens (esp. AGCI) or
    3. the source material is only 16pixel (esp. Kaiser, Sachen, Cony, Gauntlet skulls)

Mfr icon Namco.png <Mfr icon Irem.pngMfr icon Irem AVE.png> Mfr icon Sunsoft.png Mfr icon AGCI.png Mfr icon Sachen.png Mfr icon Kaiser.png Mfr icon Cony.png

  • Mfr icon JYCompany.png wants upscaling but I have no idea how to do it so it will look good at both 16x16 and 32x32
I did a quick pass over these, just using nearest-neighbour. I think it's important to optimize for 16x16 rather than 32x32. (These will still look well at 32x32 this way.) Moved my commentary on this to Mapper talk page. - Rainwarrior (talk) 22:21, 12 June 2015 (MDT)