![]() |
2006-05-23
, 12:09
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#2
|
I have a Canon IXUS 800 IS digital camera that is happy to write images to an RS-MMC (+ adaptor). High quality images are 2816x2112.
What I would like is an app that can shrink these images to a size suitable for e-mail "postcard" attachments that I could send using my Nokia 770 + Nokia 6600.
On Linux I could use something like:
djpeg big.jpg | pnmscalefixed -xsize=1024 -ysize=768 | cjpeg > small.jpg
I suppose I could try to port theses comand line utilities and use them with xterm.
Anyone tried anything similar? Have any better suggstions?
![]() |
2006-05-23
, 12:55
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#3
|
![]() |
2006-05-23
, 19:38
|
Posts: 45 |
Thanked: 1 time |
Joined on Apr 2006
|
#4
|
![]() |
2006-05-24
, 07:13
|
|
Posts: 40 |
Thanked: 1 time |
Joined on Nov 2005
@ Espoo, Finland
|
#5
|
Perhaps you could convince Teemu to add stuff you need to his flickr app:
http://www.teemuharju.net/2006/05/23/maemoflickr/
I haven't tested it, so might be that scaling is already there.
![]() |
2006-05-24
, 09:45
|
Posts: 75 |
Thanked: 1 time |
Joined on Apr 2006
|
#6
|
This is a very silly one, but easy to do in practice:
Download process graph applet.
Use settings to set delayed screenshot to 3 secs.
Open the image you want to send in normal image viewer.
Set screenshot to be taken
Go to fullscreen mode
Wait a few secs.
You should now have a nice scaled image in your images folder.
I surely hope there is a better way as well, but I thought that this might work for you as well.
I seriously think someone should port a small easy-to use and simple image app for 770 for digi pic fixing purposes.
![]() |
2006-05-24
, 09:49
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#7
|
![]() |
2006-05-24
, 11:19
|
|
Posts: 40 |
Thanked: 1 time |
Joined on Nov 2005
@ Espoo, Finland
|
#8
|
Teemu, how would I get the Python Imaging library onto my 770? Is there a package I can install?
![]() |
2006-05-24
, 16:40
|
|
Posts: 40 |
Thanked: 1 time |
Joined on Nov 2005
@ Espoo, Finland
|
#9
|
export PATH=/var/lib/install/usr/bin:$PATH
pildriver.py save smaller.jpg resize 320 240 open larger.jpg
![]() |
2006-05-26
, 12:54
|
|
Posts: 3,790 |
Thanked: 5,718 times |
Joined on Mar 2006
@ Vienna, Austria
|
#10
|
What I would like is an app that can shrink these images to a size suitable for e-mail "postcard" attachments that I could send using my Nokia 770 + Nokia 6600.
On Linux I could use something like:
djpeg big.jpg | pnmscalefixed -xsize=1024 -ysize=768 | cjpeg > small.jpg
I suppose I could try to port theses comand line utilities and use them with xterm.
Anyone tried anything similar? Have any better suggstions?