Search found 5 matches

by arma
Sat May 05, 2018 9:58 pm
Forum: NConvert
Topic: Slice One BIG photo into many small photos at once?
Replies: 7
Views: 1989

Re: Slice One BIG photo into many small photos at once?

i slice one big image to 32 images. It takes long time because i repeat the same commandline 32 times... So on my C code i load the photo into memory at once and divice into 32 image at once and save them at once... I dont repeat load image again and again...
But on nconvert batch i repeat the ...
by arma
Sat May 05, 2018 5:27 pm
Forum: NConvert
Topic: Slice One BIG photo into many small photos at once?
Replies: 7
Views: 1989

Re: Slice One BIG photo into many small photos at once?

My C code run much faster ofcourse, but i would prefer to use XnView because of compatibility of many picture format etc.
But speed is so slow :( because of this situation :(
by arma
Sat May 05, 2018 4:24 pm
Forum: NConvert
Topic: Slice One BIG photo into many small photos at once?
Replies: 7
Views: 1989

Re: Slice One BIG photo into many small photos at once?

Thank you for your answer.
I know some tricks to run this faster. But i was looking for another syntax to slide into many at once if possible.
I can do in my C code. Much more faster. Because i load to photo memory at once and produce into sliced photos at once...
I was looking the same in XnView ...
by arma
Sat May 05, 2018 11:28 am
Forum: NConvert
Topic: Slice One BIG photo into many small photos at once?
Replies: 7
Views: 1989

Slice One BIG photo into many small photos at once?

Hello,

Is this possible to slice many small photos at once? Multi crop?
I have very big size photo, and i need to slice into many photo... If i do repeat -crop x1 y1 x2 y2... it takes long time. Because of photo size. I wonder if multiple crop possible at once?

Thank you.

My Photos size = 94489 x ...
by arma
Thu Apr 26, 2018 6:00 am
Forum: Classic - General Support
Topic: Slice One BIG photo into many small photos at once?
Replies: 2
Views: 854

Slice One BIG photo into many small photos at once?

Hello,

Is this possible to slice many small photos at once? Multi crop?
I have very big size photo, and i need to slice into many photo... If i do repeat -crop x1 y1 x2 y2... it takes long time. Because of photo size. I wonder if multiple crop possible at once?

Thank you.