GPicView 0.2.5 or GQview alternative to Viewnior

Paint programs, vector editors, 3d modelers, animation editors, etc.
Post Reply
Message
Author
Pelo

GPicView 0.2.5 or GQview alternative to Viewnior

#1 Post by Pelo »

pets available here by his iguleder's topic
Our french developer Medor explains much more about gpicview here, but french spoken (Medor)
In fact i hold 4600 images, and many are stored in two or more directories. I am looking for a tool which could hep me deleting them, I just want to keep one of each.
"Geeqie, d'après mes lectures, possède en plus des fonctions de recherches avancées dont une fonction de recherche de doublons et permet l'ouverture d'une image dans un éditeur externe.."
I install geeqie right now, to look if it will do better than viewnior and Gpicview in this matter.
wikka gpicview
See topic GQview here
Gpicview version 2.4
Attachments
gpicview-0.2.5.pet
PET by Gnewpet from X-slacko Slim
(55.53 KiB) Downloaded 395 times
Last edited by Pelo on Sun 02 Oct 2016, 11:09, edited 8 times in total.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#2 Post by musher0 »

Hi, pelo.

Your problem is a general duplicate find and remove problem, not specific
to pictures. I would go at it directly in console, not through gqview (by
comparison, geepie s?cks, BTW. It brings nothing that gqview didn't
already have, IMO.)

~~~~~~~~
UNTESTED, NO GUARANTEES, I TAKE NO RESPONSIBILITY, as I don't
have two immense folders of pictures like you do, but the general form
of the script would be:

Code: Select all

diff -r --brief -s pictureDIR1 pictureDIR2 | grep identical  | cut -d' ' -f2 > list
# Line above edited Sept. 30, 2015 at 23:23
for i in `cat list`; do
 rm -f $i
# Line above edited Sept. 30, 2015 at 23:29
done
Explanation:
1) diff can be used on directories as well as for files. Please see
-- https://ixquick.com/do/search?q=linux+u ... l=francais --
and
http://www.linuxquestions.org/questions ... nts-526680
about this.

-r # directory parameter

pictureDIR1 # replace with path and name of your 1st picture directory
pictureDIR2 # replace with path and name of your 2nd picture directory

2) grep identical # A filter. Displays only the identical files.

3) cut -d' ' -f2 # We keep only the filename of the first directory.

4) > list # saves the result in a file named "list".
As I said, this is a general form, and I think this list would have to be
further refined to get only the filename on the line.

5) Then, in a for...do...done loop, we read the filename on each line in
file "list" and...

6) we remove it with rm -f $i.

Edit, Sept. 30, 2015, 23:24: Tested the script on directories 32x32
and 48x48 in /usr/share/icons/hicolor/32x32, and it works!
:)
~~~~~~~~

Since you are allergic to consoles ;) here is a page of other options:
-- https://ixquick.com/do/search?q=linux+f ... l=francais --

The name of an app called "dupeGuru" appears often in those references.
~~~~~~~~

I hope this helps. Good luck.

musher0
Last edited by musher0 on Thu 01 Oct 2015, 03:46, edited 2 times in total.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

Pelo

computer deletes itself the files

#3 Post by Pelo »

ah merci Mr Musher, i guess through your english sentences what you mean. It looks like a boucle in our old basic programs. yes , i think that will be the solution.
What please me in your program, is that computer deletes itself the files. Many programs only list
I think a test on a little base will be sane,
:) taking shots nowadays is so easy and low cost with digital cameras !.
I have just finished my meal, and i am a little borried with so repetitive work. I will try it to-morrow

FYI (for your information) i tested Geeqie which has this duplicate finder tool included, but i failed.

Pelo

rsync is more like what you're looking for then

#4 Post by Pelo »

:? "Sounds like rsync is more like what you're looking for then. It compares two directories and synchronizes them. It can even work over SSH across the network. You can read the man page for more info", says the guy.
No, too complicated.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#5 Post by musher0 »

Hi, pelo.

S.v.p. n'utilise pas mon script tant que je ne l'ai pas testé sur des
petites images semblables. Je n'y avais pas pensé, mais il y en a plein
avec le même nom dans /usr/share/icons/hicolor.

LibrePup m'occupe beaucoup, mais dès que j'ai une minute.

-- 30 sept.: ok, tu peux l'utiliser !

À+


/ (Translation)
Please don't use my script until I've tested it on small similar pictures. Of
which there are plenty with the same name at /usr/share/icons/hicolor --
I just hadn't thought about it.

-- Sept. 30: ok, you can use it!

I'm pretty busy with LibrePup, but as soon as I have a minute.

BFN.
/

musher0
Last edited by musher0 on Fri 18 Dec 2015, 00:21, edited 3 times in total.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

Pelo

voulez-vous remplacer ? si c'est un doublon

#6 Post by Pelo »

LibrePup va t'user le moral, Trisquel est moins bien qu'Ubuntu
Trisquel est une chimère.
Sur 4780 photos, j'ai isolé les photos techniques, qui servent à illustrer mes propos sur le forum Puppy,
Pour les photos de vacances, de journaliste, de sport, je les ai toutes mises dans le même pot, le computeur me demandait voulez-vous remplacer si c'est un doublon, je repondais oui. Après j'en ai poubellisé pas mal. Finalement je me suis trouvé avec 480 images à charger sur SFR Cloud. Mais beaucoup de ces photos sont aussi sur one Drive de Windows.
Bref, j'ai quand même pas mal avancé.

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#7 Post by musher0 »

Salut pelo.

LibrePup me remonte le moral, au contraire !

J'ai remanié mon message ci-dessus avec la ligne correcte pour diff.
J'ai essayé le script remanié et ça marche bien !

À la tienne !

/
Hi pelo.

On the contrary, LibrePup is lifting my spirits!

I edited my post above with the correct line for diff.
I tested the edited script, and it works well!

Enjoy!

musher0
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

Pelo

Rox-filer shows thumbnails

#8 Post by Pelo »

I come back from a road trip in the far west of France. I will (fully ?) use the graphic apps provided by our dear OS, so light but useful Puppy.
GQview, and GPicview, fotoxx and MTpaint should be enough to edit 95% of my pictures 'souvenirs'
Perhaps i will use Scribus, if my travel is worth to be published in travel guides. Sur papier glacé, bien sûr.
Attachments
2015-12-16_04-34-19.jpg
Will old Dpup487 do the job ?
(85.22 KiB) Downloaded 642 times


Pelo

Problem with save as (jpeg choice)

#10 Post by Pelo »

Problem with save as (jpeg choice). Extension not shown
Attachments
extension.jpg
Browser refused to load pictures
(84.15 KiB) Downloaded 460 times

Pelo

mettre MTpaint comme éditeur de photos..

#11 Post by Pelo »

GQview, il me semble qu'il est possible de mettre MTpaint comme éditeur de photos.. Je reviens. C'est de la 4.3.1 ? et oui, toujours là, cette Toutou n'est pas FMR éphémère !
Marchés de Noël, réveillons, vacances au ski, c'est la pleine saison des logiciels de traitement photo.
J'ai trouvé, modifier les préférences, tout simplement.
My God, i am in english zone, i must translate for overseas Passengers.
Just edit preferences to replace xpaint by MTpaint or a different one.
Attachments
Gqview.jpg
Je cherche à changer Xpaint par MTpaint
(88.57 KiB) Downloaded 367 times

Pelo

I search how to show image witout any windows around...

#12 Post by Pelo »

I search how to show image without any windows around... Anybody knows ?
Attachments
gview-0.9.1a.pet
Gview would be the nearer app for my need.
(4.39 KiB) Downloaded 345 times

musher0
Posts: 14629
Joined: Mon 05 Jan 2009, 00:54
Location: Gatineau (Qc), Canada

#13 Post by musher0 »

Hello pelo.

Certainly qiv in full screen mode is your answer.
In regular mode it does have window borders.
http://murga-linux.com/puppy/viewtopic. ... 385#931999

Bye for now.
musher0
~~~~~~~~~~
"You want it darker? We kill the flame." (L. Cohen)

hamoudoudou

runing, for fun, puppy 4.2.0

#14 Post by hamoudoudou »

runing, for fun, puppy 4.2.0
gpicview
Attachments
smky116.jpg
sreen
(100.62 KiB) Downloaded 295 times

hamoudoudou

not appearing in menu (graphics)

#15 Post by hamoudoudou »

gpicview installed tahrpup, but not appearing in menu in spite of update done

User avatar
Argolance
Posts: 3767
Joined: Sun 06 Jan 2008, 22:57
Location: PORT-BRILLET (Mayenne - France)
Contact:

#16 Post by Argolance »

Image

Post Reply