Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What if the Chinese garbled code appears when the Linux image is marked with watermark?

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains the "Linux picture watermarking Chinese garbled code how to do", the article explained the content is simple and clear, easy to learn and understand, the following please follow the editor's ideas slowly in depth, together to study and learn "Linux pictures watermarking Chinese garbled how to do" it!

During the development process, the uploaded image needs to be watermarked, but it is found that garbled codes will occur when Chinese is encountered in the watermarking, such as:

This is due to the lack of Chinese fonts on the Linux server.

The solution is as follows:

Download simsun.ttc to the server and put it in the / usr/share/fonts/win directory (if you don't have this directory, create it manually)

File download address simsun.ttc extraction code: k5xd

two。 Execute relevant orders

# yum install mkfontscale# yum install fontconfig# cd / usr/share/fonts/win# mkfontscale# mkfontdir# fc-cache

3. Copy simsun.ttc to the jdk directory

Cp / usr/share/fonts/win/simsun.ttc / usr/java/jdk1.7.0_55/jre/lib/fonts

4. After restarting tomcat, the problem is resolved

Thank you for your reading, the above is the content of "how to do Chinese garbled when watermarking Linux pictures". After the study of this article, I believe you have a deeper understanding of how to do Chinese garbled when Linux pictures are watermarked, and the specific use needs to be verified in practice. Here is, the editor will push for you more related knowledge points of the article, welcome to follow!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report