Search found 5 matches

by damian.tomas
Fri Aug 25, 2017 2:45 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Big TIF image processing
Replies: 9
Views: 7787

Re: Big TIF image processing

Hello Alexander, I do these tasks in every loop iteration (for every tile). In my case I have 330 tiles. This is summing up of my processing: - Get image regions: 1 minute - Scale image regions: 6,5 seconds - Write scaled image regions into TIFF file: 29 seconds. I've also noticed that for tile of s...
by damian.tomas
Fri Aug 25, 2017 1:01 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Big TIF image processing
Replies: 9
Views: 7787

Re: Big TIF image processing

Hello Alexander,

thank you very much for your help. I was able to do the whole process. Is it possible that this operation takes about 1 minute and 40 seconds? Should I check what takes the longest and try to decrease time?

Best regards,
Damian
by damian.tomas
Wed Aug 23, 2017 10:23 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Big TIF image processing
Replies: 9
Views: 7787

Re: Big TIF image processing

- The source image has size of 4800 x 47820 pixels (3.16 MB). It is one-color image in this case but there will be also different images in the future so it is required to use NearestNeighbor interpolation (do not change number of colors). - This image has LZW compression. - Hmmm, I think this image...
by damian.tomas
Tue Aug 22, 2017 12:09 pm
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Big TIF image processing
Replies: 9
Views: 7787

Re: Big TIF image processing

Hello Alexander,

thank you very much for your reply. I am able to open my TIFF image with Raster Grid Image Editor but I don't know how I can resize my image. Could you describe me the steps? I can only change cell image if I right click on the cell.

Thanks,
Damian
by damian.tomas
Tue Aug 22, 2017 10:39 am
Forum: VintaSoft Imaging .NET SDK and Plug-ins Discussions
Topic: Big TIF image processing
Replies: 9
Views: 7787

Big TIF image processing

Dear All, this is my first post here so I'd like to say Hello. I have a problem during big TIF images conversion in my C#. I would like to resize an image with resolution 4800x47820 and pixel format bgr24. I've created a declaration of resize command, set interpolation mode to nearest neighbor and d...