Search found 14 matches

by Denuvo
Thu Mar 28, 2024 3:33 pm
Forum: MP - Suggestions
Topic: Disallow Zoom out the image smaller than the window size
Replies: 2
Views: 522

Re: Disallow Zoom out the image smaller than the window size

user0 wrote: Thu Mar 28, 2024 3:21 pm related
viewtopic.php?p=196424#p196424
What i described in my original post is a little bit confused to others, and may cause misleading, so i decide to create a new topic here. This time it should be way more clearer.
by Denuvo
Thu Mar 28, 2024 3:11 pm
Forum: MP - Suggestions
Topic: Disallow Zoom out the image smaller than the window size
Replies: 2
Views: 522

Disallow Zoom out the image smaller than the window size

Hi! from daily use, i found its pretty pointless to zoom out an image smaller than the window size, So is it possible to give an option to lock it? Like what built-in windows photo viewer did
by Denuvo
Fri Feb 02, 2024 5:21 pm
Forum: MP - General Support
Topic: Take advantage of "zero-copy" feature of libarchive
Replies: 3
Views: 1020

Re: Take advantage of "zero-copy" feature of libarchive


ok, thanks. but the use archive_read_data_block will not change the use of temporary file


Thanks for reply, unlike archive_read_data_into_fd, archive_read_data_block would just read the file data into the memory(even just a file mapping to the block of the original archive file if the archive ...
by Denuvo
Sun Jan 28, 2024 1:31 pm
Forum: MP - General Support
Topic: Take advantage of "zero-copy" feature of libarchive
Replies: 3
Views: 1020

Take advantage of "zero-copy" feature of libarchive

Hi! here's something we could do to optimize the performance when handling archives:

Seems currenly XnView MP just uses archive_read_data_into_fd to read and copy the file data from archive to a temploary file under local\temp folder, to generate thumbnail or to present on the screen.
We could use ...
by Denuvo
Wed Jan 24, 2024 9:13 am
Forum: MP - General Support
Topic: Zoom back the image to fit screen
Replies: 7
Views: 1357

Re: Zoom back the image to fit screen

Sorry for the mislead of the previous reply, previous reply has been edited and corrected.
by Denuvo
Tue Jan 23, 2024 9:54 am
Forum: MP - General Support
Topic: Zoom back the image to fit screen
Replies: 7
Views: 1357

Re: Zoom back the image to fit screen

Maybe we could introduce a mode that set the base minimum zoom-out size to fit the window(zoom-out to the size smaller than the window size is not allowed) like what windows photo viewer did to workaround this minor issue:)
by Denuvo
Mon Jan 22, 2024 11:37 am
Forum: MP - General Support
Topic: Zoom back the image to fit screen
Replies: 7
Views: 1357

Zoom back the image to fit screen

Hi, I've found another minor issue during daily use:
When I set image to fit window and I zoomed the image after, zoom out and zoom in the image will not able to make the image to fit the window again ,except manually set the image to fit the window again.
Is there anyway to workaround it? It's ...
by Denuvo
Mon Jan 22, 2024 7:34 am
Forum: MP - General Support
Topic: Requesting for SDK
Replies: 13
Views: 1580

Re: Requesting for SDK

Hi, I've found another minor issue during daily use:
When I set image to fit window and I zoomed the image after, zoom out and zoom in the image will not able to make the image to fit the window again ,except manually set the image to fit the window again.
Is there anyway to workaround it? It's ...
by Denuvo
Sat Jan 20, 2024 5:01 pm
Forum: MP - General Support
Topic: Requesting for SDK
Replies: 13
Views: 1580

Re: Requesting for SDK

Thanks for the assistance, now it works with iso files perfectly.
This software is really mind blowing to me.
Thanks again for creating such awsome software! :D
More interestingly, i know this software from chat-gpt's recommandation :P
by Denuvo
Sat Jan 20, 2024 11:20 am
Forum: MP - General Support
Topic: Requesting for SDK
Replies: 13
Views: 1580

Re: Requesting for SDK

Thanks! that was an exciting news because libarchive supports ISO image format natively.
There's only one problem left, xnview mp does not recongnize *.iso file extension, if i rename my *.iso file's extension to *.zip, xnview mp could open my iso disk image file with out any problems. So is there ...
by Denuvo
Sat Jan 20, 2024 11:00 am
Forum: MP - General Support
Topic: Requesting for SDK
Replies: 13
Views: 1580

Re: Requesting for SDK

Sorry, i means xnview mp. does xnview mp uses libarchive as well?
by Denuvo
Sat Jan 20, 2024 10:41 am
Forum: MP - General Support
Topic: Requesting for SDK
Replies: 13
Views: 1580

Re: Requesting for SDK

xnview wrote: Sat Jan 20, 2024 10:33 am oh sorry, there is no sdk for archive
Oh, is there any chance i could add support for extra archive formats? XnView is relly the best image viewer on the market and i wish to write addons to make it stronger
by Denuvo
Sat Jan 20, 2024 10:28 am
Forum: MP - General Support
Topic: Requesting for SDK
Replies: 13
Views: 1580

Re: Requesting for SDK

xnview wrote: Sat Jan 20, 2024 9:10 am you have the format SDK here
Hi, this SDK seems intended for extra image format support, not for archive format types like zip, rar, etc. :(
by Denuvo
Fri Jan 19, 2024 2:00 pm
Forum: MP - General Support
Topic: Requesting for SDK
Replies: 13
Views: 1580

Requesting for SDK

Hi!
I'm new here and i'd like to develop the addon library to meet my personal need.
I usually archive my picture files via iso disk image.
For me, here's a lot of advantages to use iso disk image format as archive format, such as:
1. Read only. i did not want my stored picture files somehow been ...