Detect font in a image

北慕城南 提交于 2019-12-13 15:21:26

问题


I have a very strange requirement that the font of text in a JPG image should be detected. How can it be done? I wonder is there any way to do so.

thanks in advance!


回答1:


You can try these services:

  1. WhatTheFont I think that is the most accurate service to identify the font in a image, not fully automated and with limitations (it will only match what is in the MyFonts library) I recommend to use this if you want something really reliable

  2. Matcherator It will also match what is in its own library, less accurate, I can not give you any more information about it but i'm secure it's a good alternative

  3. Typefont I think is less accurate than the others 2 and and it contains a really small library but it's a JavaScript open source project where you can easily add new fonts to the library, although I am the author I do not really feel comfortable recommending it in the state in which it is currently, but you can contribute if you really need it

  4. Whatfontis I recently discovered whatfontis which detect both commercial and free fonts pretty accurately. The only small drawback is that on mobile is kind of slow, but on desktop does a very good job.

I hope to have helped.




回答2:


Another good site for detected your front from jpg. It's work for me fine. Fontsquirrel matcherator



来源:https://stackoverflow.com/questions/42552271/detect-font-in-a-image

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!