When using latex to write a thesis, You need to insert some images, but sometimes some images are not in the EPS format. Although there are ways to insert images in JPG format on the Internet, after my experiment, I found that they are not very useful. Finally, find a more reliable method to use latx's image conversion function. The specific method is as follows:
You can find bmeps application files in the miktex directory. In my computer, the path is D: \ protext \ miktex \ texmf \ miktex \ bin, Which is latex's bitmap to EPS converter. enter the directory where the .jpg image is located under the DOS directory, and use the statement bmeps 1.jpg 1. EPS can be successfully output in the same directory.. In addition, it is very easy to switch under Linux. The most collapsed part is that, without your argument, the split rate is always a question. After the original .jpg file is uploaded, it won't be good.
The method described above has been tested and found to be feasible. You can try this method.