Open2X Image Viewer (Updated)


darionapole

Member
Joined
Jul 10, 2008
Messages
221
as promised, here you have what i did

fixed most of the annoying bugs that crashed o2xiv very often, most were because of jpeglb, made a workarroun using sdl_image; also added a "reset to top" option for easier manga reading.

change log:
Code:
  26 / 12 / 2010..
    Changes:
      added a code::blocks project file
      added more flexible resolution settings
      added "Reset to Top" menu option (resets the image to the top for easier manga reading)
      made the file list legth dependant on the screen's resolution
      made a workarround for the jpeg_load() function that gave some errors...invalid color space convertion and stuff
      fixed some bugs that crashed the app
      now it show be posible to compile for the pandora without problems....exept for the fact that the output is in 16bits colors
    To Do:
      fix that problem about the output color space
      fix a memory leak that happens sometimes when changing image while scrolling at the same time
      make the file names' legth dependant on the screen width
      ....

includes source, binaries (x86 debug/release, gp2x release) and code::blocks project file
http://dl.openhandhe...?0,0,0,0,8,2877
 
laharl said:
as promised, here you have what i did

fixed most of the annoying bugs that crashed o2xiv very often, most were because of jpeglb, made a workarroun using sdl_image; also added a "reset to top" option for easier manga reading.

change log:
Code:
  26 / 12 / 2010..
    Changes:
      added a code::blocks project file
      added more flexible resolution settings
      added "Reset to Top" menu option (resets the image to the top for easier manga reading)
      made the file list legth dependant on the screen's resolution
      made a workarround for the jpeg_load() function that gave some errors...invalid color space convertion and stuff
      fixed some bugs that crashed the app
      now it show be posible to compile for the pandora without problems....exept for the fact that the output is in 16bits colors
    To Do:
      fix that problem about the output color space
      fix a memory leak that happens sometimes when changing image while scrolling at the same time
      make the file names' legth dependant on the screen width
      ....

includes source, binaries (x86 debug/release, gp2x release) and code::blocks project file
http://dl.openhandhe...?0,0,0,0,8,2877
Is there any way to get this integrated with Open2X DR7 for F100 & F200 image as well?
 
Last edited by a moderator:
Back
Top