diff --git a/Makefile b/Makefile index eca0f18c20..dc9a104cce 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ ########################################################### TARGET=Telmi Story Teller -VERSION=0.2.2 +VERSION=0.2.3 ########################################################### diff --git a/src/jpg2png/jpg2png.c b/src/jpg2png/jpg2png.c index 91705e5481..29a70a4d15 100644 --- a/src/jpg2png/jpg2png.c +++ b/src/jpg2png/jpg2png.c @@ -64,8 +64,7 @@ int main(int argc, char *argv[]) MI_PHY jpgPa = 0, pngPa = 0; void *tmp, *jpgVa = NULL, *pngVa = NULL; uint8_t *src8; - uint32_t *src, *dst, pix, x, y, sw, sh, dw, dh, ss = 0, ds = 0, mw = 250, - mh = 360; + uint32_t *src, *dst, pix, x, y, sw, sh, dw, dh, ss = 0, ds = 0, mw = 640, mh = 480; char filename[256], *ptr; // Read commandline and open jpg diff --git a/static/build/.tmp_update/runtime.sh b/static/build/.tmp_update/runtime.sh index f5143a57e6..16bc720c98 100644 --- a/static/build/.tmp_update/runtime.sh +++ b/static/build/.tmp_update/runtime.sh @@ -73,7 +73,7 @@ storyteller_jpg2png() { if [ ! -f "$file" ]; then continue fi - jpg2png "$file" + jpg2png "$file" 320 240 rm -f "$file" 2> /dev/null done done