imprint

版本 1.0.0.0 (1.8 KB) 作者: Pierce Brady
reads an image file and prints it. Useful for converting tiff files to pdf and eps using matlab
632.0 次下载
更新时间 2011/4/7

查看许可证

% imprint % Print an image file
%
% imprint(Filename,varargin)
%
% Reads the image file 'Filename' and prints the image using the print
% options in varargin. See the print command for more information on the
% available options.
%
% Note
% The printed image will use the resolution of the image. This can be
% overrided by including the '-rXXX' print switch
%
% Operation
% Reads an image file using 'imread' and 'iminfo' and plot the data
% on an invisible figure using 'image'. The figure is then printted
% using the 'print' command.
%
% Example
% % Convert tiff file to pdf
% Filename = 'Tester.tiff'
% nFilename = 'Tester'
% imprint(Filename,'-dpdf',nFilename,'-painters')
%
% % Convert tiff file to eps
% Filename = 'Tester.tiff'
% nFilename = 'Tester'
% imprint(Filename,'-depsc2',nFilename,'-painters')
%
% See also
% imprint print imread iminfo image
%

%% Author Information
% Pierce Brady
% Smart Systems Integration Group - SSIS
% Cork Institute of Technology, Ireland.
%

引用格式

Pierce Brady (2024). imprint (https://www.mathworks.com/matlabcentral/fileexchange/30991-imprint), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2009a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0