Processing does not work?

Ask for help and post your question on how to use XnView MP.

Moderators: XnTriq, helmut, xnview

Post Reply
Elk
Posts: 176
Joined: Wed Feb 27, 2019 6:17 pm

Processing does not work?

Post by Elk »

When I process an image with these settings
Image
thhis is shown after:
Image

But there is not even a new file, no new file saved / compressed or such.

What might be wrong?
User avatar
xnview
Author of XnView
Posts: 43357
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Processing does not work?

Post by xnview »

no file in output folder?? and if you change it?
Pierre.
Elk
Posts: 176
Joined: Wed Feb 27, 2019 6:17 pm

Re: Processing does not work?

Post by Elk »

Cannot find any new file / image. In no folder. With the classic Xnview it works.
User avatar
xnview
Author of XnView
Posts: 43357
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Processing does not work?

Post by xnview »

could you try to use 'JPEG' instead of 'JPEG guetzli'?
Pierre.
Elk
Posts: 176
Joined: Wed Feb 27, 2019 6:17 pm

Re: Processing does not work?

Post by Elk »

Yes, that works. Why does it not work with the other one?

When I switch bewtween the profiles the "Format" keeps staying the same? Is it like it should be? I wanted when I open a profile that the format I assigned to the profile would be set.
Image
User avatar
xnview
Author of XnView
Posts: 43357
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Processing does not work?

Post by xnview »

Elk wrote: Wed Mar 27, 2019 2:05 pm Yes, that works. Why does it not work with the other one?
There is some limitation of pixels size with jpeg Guetzli
When I switch bewtween the profiles the "Format" keeps staying the same? Is it like it should be? I wanted when I open a profile that the format I assigned to the profile would be set.
Image
could you send me it?
Pierre.
Elk
Posts: 176
Joined: Wed Feb 27, 2019 6:17 pm

Re: Processing does not work?

Post by Elk »

Cannot upload it here in the forum obvioulsy, so here is its content:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><XnView_script version="1.0" name="50%,NoExif,800x600">
    <Resize mode="0" width="800" height="600" unit="0" ratio="true" orientation="false" enlarge="0" resample="7" gamma_correct="false"/>
    <Output folder="I:/Bild-Ausgabe/Komprimiert" filename="{Filename}-#" case="0" startIndex="1">
        <Options overwrite="1" orgDate="false" keepMeta="true" keepICC="false" keepFolder="false" keepParentFolder="false" keepExtension="true" delOrg="false" multipage="false" allPages="false" openExplorer="false" openBrowser="false" clearItems="false"/>
        <JPEG quality="50" progressive="false" optimizeHuffman="false" rebuildThumb="true" orgQuality="false" DCTMethod="0" subSampling="0" smoothFactor="0"/>
        <TGA compress="false" bottomUp="false"/>
        <TIFF compress="0" quality="80" compressBW="0" oneStrip="false"/>
        <BMP compress="false" hdrOS2="false"/>
        <PNG level="6" interlaced="false" filter="0"/>
        <GIF interlaced="false" hdr87a="false"/>
        <PCX compress="false"/>
        <WEBP method="0" quality="80" filesize="128" compress="4" strength="60" sharpness="0"/>
        <GUETZLI/>
        <JP2 mode="0" quality="80" ratio="4" fileSize="100"/>
        <PDF compress="0" compressGrey="0" compressBW="0" quality="80"/>
        <JXR quality="80" colorFormat="0" filter="0"/>
    </Output>
</XnView_script>
User avatar
xnview
Author of XnView
Posts: 43357
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Processing does not work?

Post by xnview »

this xbs was saved by XnViewMP?
Please change in the .xbs

Code: Select all

<Output folder="I:/Bild-Ausgabe/Komprimiert" filename="{Filename}-#" case="0" startIndex="1" format="JPEG">
Pierre.
Post Reply