Register on the forum now to remove ALL ads + popups + get access to tons of hidden content for members only!
vintage erotica forum vintage erotica forum vintage erotica forum
vintage erotica forum
Home
Go Back   Vintage Erotica Forums > Information & Help Forum > Help Section
Best Porn Sites Live Sex Register FAQ Members List Calendar Mark Forums Read

Notices
Help Section If you have technical problems or questions then post or look for answers here.


Reply
 
Thread Tools Display Modes
Old October 5th, 2021, 01:28 AM   #21
django56
Member
 
Join Date: Dec 2010
Posts: 95
Thanks: 4,603
Thanked 939 Times in 97 Posts
django56 2500+django56 2500+django56 2500+django56 2500+django56 2500+django56 2500+django56 2500+django56 2500+django56 2500+django56 2500+django56 2500+
Default Using Linux image viewer - modifier

Now that is pretty easy to get a Linux computer up and running, consider trying Ubuntu for an OS.



Gnome Image Viewer works great for just looking at images. You can use the mouse to move the image around and zoom in on any part. Does not have the ability to brighten or color correct. Can be used to Save As.



Should you want to modify a photo Darktable is amazing. (IrfanView does not have a linux variation). it is non-destructive and lets you resize groups of images at the same time. can be a step learning curve.



Should you want to do some mass renaming. files offers lots of options and numbers images properly. Windows starts with 1 instead of 001.
django56 is offline   Reply With Quote
The Following 6 Users Say Thank You to django56 For This Useful Post:
Old October 5th, 2021, 04:12 AM   #22
solarbear
Senior Member
 
solarbear's Avatar
 
Join Date: Jun 2017
Posts: 462
Thanks: 62,335
Thanked 5,248 Times in 459 Posts
solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+
Default

i use pinta for a simple viewer/editor in Linux. For resizing i use xnconvert for the initial 70% compression, then faststone on Wine for fine tuning/resizing/batch renaming. Irfanview needs MS dll to work.

http://vintage-erotica-forum.com/sho...postcount=1741

how i used to get ms paint to work with wine was to drop all the paint associated dll s into the same folder as paint. Then i found Pinta, and now i am ms disavowed
__________________
Smutus Emeritus

Last edited by solarbear; October 5th, 2021 at 05:59 AM.. Reason: edit
solarbear is offline   Reply With Quote
The Following 5 Users Say Thank You to solarbear For This Useful Post:
Old February 14th, 2022, 12:47 PM   #23
sayansg
Vintage Member
 
sayansg's Avatar
 
Join Date: Jan 2009
Posts: 304
Thanks: 1,147
Thanked 16,757 Times in 309 Posts
sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+
Default

I use mpv as an image viewer. Because it can use HQ glsl shaders like RAVU, SSimSuperRes, SSimDownscaler, KrigBilateral and my favourite, FSRCNNX. mpv also has great built-in prescalers, scaler for Luma upscaling, Chroma upscaling and Downscaling. If primary goal is image quality, few software provide as many options as mpv. The trouble is mpv is first and foremost a video player, indeed, THE best video players across all platforms. Only VLC would come close. But that is another discussion.

Using FSRCNNX and mpv's built-in ewa scalers, I made a little bash script that I use to view Slideshow. The argument of the script needs to be a Directory/Folder. Of course, those familiar with mpv can easily tweak the command to view single image or load all image in current folder including that image.

I use it in Linux ( Debian Bullseye and Arch Linux ), so keep that in mind if you tweak it in Windows. The advantage is the improvement in quality. In order to use a Convolutional Neural Network and to be able to show images in real-time, Luma-upscaling needs to be prioritised since the human eye is far less sensitive to changes in Chroma than Luma. Ravu-r3/4, SSimSuperRes, KrigBilateral, FSRCNNX are 2X upscalers. So if the image quality is less than half the resolution of your monitor/TV, apply it twice for 4X upscaling. KrigBilateral is also 2X chroma upscaler. To save gpu+cpu resource, I use mpv's built-in cscaler ewa_lanczossharp and dscaler=catmull_rom. SSimDownscaler is a superior downscaler but the difference is minimal and takes a lot more processing power. The follwing bash script is used to view Randomized Slideshow at 5 sec interval. Two keybindings are setup. One to delete the currently playing image, one to save it to ~/Pictures. Most hardware made in the past 10 years should be able to play this in real-time.


#!/bin/bash

cd "$1"
mpv --fbo-format=rgba16f --gpu-api=opengl --term-status-msg= --sub-auto=no --audio-file-auto=no --mute=yes --no-osc --msg-level=all=status --no-config --glsl-shaders-append="~/.config/mpv/shaders/FSRCNNX_x2_16-0-4-1.glsl" --image-display-duration=5 --fullscreen --cscale=ewa_lanczossharp --correct-downscaling=yes --linear-downscaling=no --deband=no --shuffle --dscale=catmull_rom --input-conf=~/.config/mpv/input.conf *

The input.conf has these 2 extra lines.
Ctrl+DEL run "/usr/bin/rm" "-v" "${path}"
Ctrl+s run "/usr/bin/cp" "-v" "${path}" "~/Pictures/"


Also, an appropriate .desktop file in ~/.local/share/applications and with adding PATH in .bashrc, a script in ~/.local/bin with the above command makes a nice little image viewer.


The glsl shaders can be found here.

https://gist.github.com/igv
https://github.com/igv/FSRCNN-TensorFlow/releases

P:S: Remove or change the --gpu-api option if you're using this in Windows.

Last edited by sayansg; February 21st, 2022 at 11:51 AM..
sayansg is offline   Reply With Quote
The Following 5 Users Say Thank You to sayansg For This Useful Post:
Old February 15th, 2022, 04:21 AM   #24
zvagardovas
Senior Member
 
Join Date: Jan 2021
Posts: 123
Thanks: 880
Thanked 718 Times in 108 Posts
zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+
Default

https://nomacs.org/download/
zvagardovas is offline   Reply With Quote
The Following 6 Users Say Thank You to zvagardovas For This Useful Post:
Old February 15th, 2022, 07:31 AM   #25
sayansg
Vintage Member
 
sayansg's Avatar
 
Join Date: Jan 2009
Posts: 304
Thanks: 1,147
Thanked 16,757 Times in 309 Posts
sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+sayansg 50000+
Default

Yeah, nomacs is my 1st choice when it comes to GUI image viewer.

Also, digikam is a great Image Organizer.

https://www.digikam.org/download/
sayansg is offline   Reply With Quote
The Following 5 Users Say Thank You to sayansg For This Useful Post:
Old July 10th, 2022, 08:22 AM   #26
protonx80
Member
 
protonx80's Avatar
 
Join Date: May 2013
Posts: 32
Thanks: 136
Thanked 612 Times in 29 Posts
protonx80 2500+protonx80 2500+protonx80 2500+protonx80 2500+protonx80 2500+protonx80 2500+protonx80 2500+protonx80 2500+protonx80 2500+protonx80 2500+protonx80 2500+
Default

Code:
https://sourceforge.net/projects/jpegview/
windows ... is very fast ... and gives me in my opinion the best quality rendering

althought there isa jpeg in the name .. it has managed to open almost all images ive thrown to it
protonx80 is offline   Reply With Quote
The Following 3 Users Say Thank You to protonx80 For This Useful Post:
Old July 12th, 2022, 02:11 AM   #27
zvagardovas
Senior Member
 
Join Date: Jan 2021
Posts: 123
Thanks: 880
Thanked 718 Times in 108 Posts
zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+zvagardovas 2500+
Default

Code:
https://es.bandisoft.com/honeyview/
zvagardovas is offline   Reply With Quote
The Following 2 Users Say Thank You to zvagardovas For This Useful Post:
Old October 22nd, 2023, 07:27 PM   #28
jstevens
Member
 
Join Date: Apr 2010
Posts: 42
Thanks: 6,362
Thanked 221 Times in 31 Posts
jstevens 1000+jstevens 1000+jstevens 1000+jstevens 1000+jstevens 1000+jstevens 1000+jstevens 1000+jstevens 1000+jstevens 1000+
Default

Hi All,
I was wondering if there are any image viewers that can view layered files like Photoshop PSD files or the old Ulead Photoimpact UFO file format? I've been using FSViewer, Xnview, XnviewMP, Honeyview, and Irfanview. While Xnview can view PSD files, none of them can view the UFO file format which is what I really want. Any suggestions greatly appreciated. Thanks.
jstevens is offline   Reply With Quote
The Following 2 Users Say Thank You to jstevens For This Useful Post:
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump




All times are GMT. The time now is 01:36 AM.






vBulletin Optimisation provided by vB Optimise v2.6.1 (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.