Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#10554 - Rockpaint: enable to set canvas size

Attached to Project: Rockbox
Opened by Teruaki Kawashima (teru) - Saturday, 22 August 2009, 14:15 GMT+2
Last edited by Teruaki Kawashima (teru) - Thursday, 15 October 2009, 15:22 GMT+2
Task Type Patches
Category Plugins
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

Currently, rockpaint always save the bitmap file which size is same as screen size regardless of the size of loaded bitmap.
This patch enables saving the bitmap as same size as loaded bitmap. Also, width/height can be changed if you want.
   rockpaint_canvas_size.patch (7.9 KiB)
 apps/plugins/rockpaint.c |   71 ++++++++++++++++++++++++++++++++---------------
 1 file changed, 49 insertions(+), 22 deletions(-)

This task depends upon

Closed by  Teruaki Kawashima (teru)
Thursday, 15 October 2009, 15:22 GMT+2
Reason for closing:  Accepted
Additional comments about closing:  Committed as r23188
Comment by Gman (Thecoolgman) - Monday, 24 August 2009, 03:39 GMT+2
THANK YOU SO MUCH! Thank you! I gotta test this out.
Comment by Teruaki Kawashima (teru) - Saturday, 05 September 2009, 17:34 GMT+2
This version doesn't restrict region where cursor can move around.
Inverted line only shows size of saved bmp.
   rockpaint-size-b.patch (4.5 KiB)
 apps/plugins/rockpaint.c |   49 ++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 38 insertions(+), 11 deletions(-)

Loading...