imprint
% 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 (2025). imprint (https://www.mathworks.com/matlabcentral/fileexchange/30991-imprint), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
平台兼容性
Windows macOS Linux类别
- MATLAB > Graphics > Images > 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 |