[android-porting] Information regarding to565.c file

2010-10-11 Thread abdul bari
hi, How to convert an image as .rle using to565.c program The code try to read data from stdin. how to provide an image file as input to the program. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

[android-porting] Information regarding to565.c file

2010-10-11 Thread abdul
Hi, Iam trying to use to565.c program to convert image file to .rle. When i saw the code of to565.c,it tries to read data from stdin.How can i provide image file as an input. -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-porting

Re: [android-porting] Information regarding to565.c file

2010-10-11 Thread Deva R
from your target or what? btw => its getting built to host architecture and binary remains at $MYDROID/out/host/linux-x86/bin/rgb2565 ('m not sure of the purpose though) you can reuse code with ur custom file open/read calls anyway., come with your own rgb2565 android libarary/executable., -- Re