M
moondaddy
I have an application where I need to print images where the size has been
reduced down to a fraction of a thumbnail and the original image is several
inches high and wide. We're using a special printing process where the dpi
is 2000x2000 or higher, therefore, when I reduce the size of the image, I
don't want to loose any pixels. In other words, if the image is 200 px by
200 px and I reduce the size down to 1/4 inch, I want the printer to still
read all 200x200 pixels.
The images are located on a remote web server so I can use asp.net, sql
server reporting services, or a winforms app using web services. I don't
want to use crystal reports. Can anyone recommend a good method to do this?
Thanks.
reduced down to a fraction of a thumbnail and the original image is several
inches high and wide. We're using a special printing process where the dpi
is 2000x2000 or higher, therefore, when I reduce the size of the image, I
don't want to loose any pixels. In other words, if the image is 200 px by
200 px and I reduce the size down to 1/4 inch, I want the printer to still
read all 200x200 pixels.
The images are located on a remote web server so I can use asp.net, sql
server reporting services, or a winforms app using web services. I don't
want to use crystal reports. Can anyone recommend a good method to do this?
Thanks.