Search found 6 matches

by Seeker
Thu May 05, 2011 4:23 pm
Forum: Classic - Bug Reports
Topic: a file list (index) problem
Replies: 1
Views: 501

a file list (index) problem

* I'm bad at English...

* I'm using 1.98 b4.

#1
- in filter ALL

- files
1.txt
2.jpg
3.jpg
4.jpg
5.jpg
6.txt

- view 5.jpg (5/6)
- delete -> read 2.jpg (2/5)

ok, it's no problem.
(though I think reading 4.jpg (previous file) is better.)


#2

but...

view 3.jpg (3/6)
delete : read 4.jpg (3/5 ...
by Seeker
Mon Mar 28, 2011 3:45 pm
Forum: Classic - Bug Reports
Topic: translation error [not bug]
Replies: 1
Views: 535

translation error [not bug]

Option > Browser > Browser > Show tooltips

default value is

<Filename With Ext>, <Size> bytes, <Modified Date>
<Format>
<Width>x<Height>, <BPP> bits


but in Korean interface, tags were translated.

<파일 이름과 확장자>, <크기> 바이트, <수정한 날짜>
<형식>
<너비>x<높이>, <BPP> 비트

so, tooltip doesn't display ...
by Seeker
Wed Mar 09, 2011 2:03 am
Forum: XnView Shell Extension
Topic: shell extension with nconvert or batch script
Replies: 1
Views: 2269

shell extension with nconvert or batch script

I want to convert quickly, but shellEx option is very simple. (only format and quality)

Whenever I resize a image, I go to [Convert...] and set scales and click button.

I want to use nconvert or batch script (.xbs).


like this.
_02.png
_02.png (20.71 KiB) Viewed 2269 times

Thanks.
by Seeker
Mon Mar 07, 2011 3:13 pm
Forum: Classic - General Support
Topic: View tab isn't closed when deleting only file.
Replies: 1
Views: 717

View tab isn't closed when deleting only file.

* I'm not good at English...


this is related with http://newsgroup.xnview.com/viewtopic.php?f=36&t=21391.


when deleting only file in view mode, users expect view tab would be closed.

but view tab remains.

mistake or intention?
by Seeker
Fri Oct 15, 2010 5:41 am
Forum: Classic - Suggestions
Topic: want to change direction of "Strip of Images"
Replies: 0
Views: 417

want to change direction of "Strip of Images"

for example

00.jpg
01.jpg
02.jpg
03.jpg
04.jpg
...

Strip of images > mosaic > Number of thumbs per row 2


new image will be left-to-right

00 01
02 03
04 05
06 07
...



but I want right-to-left

01 00
03 02
05 04
07 06
...


I want a option that can set direction, ltr or rtl.

thanks.
by Seeker
Thu Sep 09, 2010 10:49 am
Forum: NConvert
Topic: merge many images.
Replies: 2
Views: 1351

merge many images.

* sorry I can't English well...


I want to merge many images, but I can't find that command.

Instead, used watermark.


nconvert -out jpeg -o $/cc\%%.jpg -wmfile "image_1.png" -wmflag center -wmpos 0 0 -wmfile "image_2.png" -wmflag center -wmpos 0 0 "image_0.png"

but result is only (image_0 ...