20060303-Help! My publisher wants a 300 dpi TIFF

来源:互联网 发布:技术支持和软件实施 编辑:程序博客网 时间:2024/06/05 22:44

原文:http://blogs.mathworks.com/steve/2006/03/03/help-my-publisher-wants-a-300-dpi-tiff/

TIFF files have "resolution" tags in them. These tags specify the number of pixels per unit in the horizontal and vertical directions. The default unit is inches. By default, the MATLAB functionimwrite sets these values to 72 pixels per inch, but imwrite has a syntax to specify a different value.

imwrite(my_image, 'figure_10_a.tif', 'Resolution', 300);

0 0
原创粉丝点击