01-15-2014 06:56 AM
hi friends,
in my mtech project i made a image using some calculation.but when i want to write it into an image, needs a long time why?
regards
ragil
Solved! Go to Solution.
01-15-2014 07:18 AM - edited 01-15-2014 07:21 AM
Because you are doing it 1024 * 768 times!!!!!!
-How you are calculating time?
-How much is long for you?
-How much time you got?
01-15-2014 07:26 AM
40 minutes.... to write!!!!!
01-15-2014 07:27 AM
but to read this image instead of writing i took only 5-10 sec!!!!
01-15-2014 07:32 AM
01-15-2014 07:38 AM
yes... i am calulating time by when my writing is over in image display( or in writing file). I know there will 1024*768 calculation taking place. my qstn is it will reqiure this much (40 min) to computaion. IF no then wats the problem?
-
thanks
ragil
01-15-2014 07:40 AM