Click here to Skip to main content
16,004,380 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Now, I'm having a very difficult problem
I am convert font to hex code,and can resize it
as follows :
1. I use lcd font maker software to create char A font Arial size 18
2. Then I convert to hex code
(see picture to understand)

Image 1
Image 2

How to resize image when data input is hex code or binary,and result is hex code or binary
Please suggest me, or document related to this issue,please send me

Thank you
Posted

1 solution

There are many articles on the net that explain binary and hexadecimal.

Use the Google please.

Though your answer might end up having something to do with the 'C' language, that aspects of it isn't clear from your question.
 
Share this answer
 
Comments
Binh030 29-Aug-12 4:05am    
i understand binary and hexadecimal.
I ask after convert image to binary,
when the data is binary, we can code the algorithm to resize images?

Thanks you
JackDingler 29-Aug-12 9:44am    
It's always in binary. All computer data is in binary.

And sure, it can be resized.
JackDingler 29-Aug-12 10:07am    
Look up, monochrome bitmaps / two color images.
Binh030 29-Aug-12 21:24pm    
Thanks JackDingler,i will learn it
Thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900