This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

image processing

Dear sir..
i want to do image processing application such as zooming ,flipping ,-veing,splitting,rotating,saving in to ram and recalling that from ram.In 8051 c keil cross compiler but keil dosnt support graphics appliaction so is it possible to developed such application in keil.do u have some algorithm and any books name then please send it to me ,waiting for ur +ve response,thanks
ezhar

Parents
  • "but keil dosnt support graphics appliaction"

    Keil's is an ANSI 'C' compiler - so, if you can do it in ANSI 'C', you can compile it with the Keil compiler.

    And, of course, everything you say can be written in ANSI 'C'.

    HOWEVER, the question you need to ask yourself is: do you actually have suitable 8051-based target hardware to actually run all this stuff?
    It's pointless writing & compiling it if you don't have suitable target hardware to run it!!

Reply
  • "but keil dosnt support graphics appliaction"

    Keil's is an ANSI 'C' compiler - so, if you can do it in ANSI 'C', you can compile it with the Keil compiler.

    And, of course, everything you say can be written in ANSI 'C'.

    HOWEVER, the question you need to ask yourself is: do you actually have suitable 8051-based target hardware to actually run all this stuff?
    It's pointless writing & compiling it if you don't have suitable target hardware to run it!!

Children