Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 515 Bytes

File metadata and controls

15 lines (13 loc) · 515 Bytes

Android Project

========

This is intended for an Android application to be developed, which enables mutual conversion between a picture and a matrix of characters.

======== Fundament

- 1.using Class Bitmap from GDI plus to obtain the content of the image
- 2.adjusting Image Attributes parameters that determines the appearance of the image
- 3.updating a TextRenderer to view the final effects

======== Assignment

Imitating the source code with Visual C++,then transplanting into Android with Java