Fuan

Results 119 comments of Fuan

1) Shouldn't be too hard to implement. Converting the [QPixmap to a QImage](https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtgui/qpixmap.html#pixmap-conversion) in [details_dialog.py](https://github.com/arsenetar/dupeguru/blob/master/qt/pe/details_dialog.py#L81) and getting the Colors with [colorCount()](https://www.riverbankcomputing.com/static/Docs/PyQt5/api/qtgui/qimage.html#image-information) should do the trick. 2) The details dialog might...

@vertigo220 Thank you very much for reporting this and taking time to setup test paths and posting those nice screenshots. This is related to word wrapping rules. The word wrapping...

Not had much time to spend on this recently sorry. It's on my TODO list but I can't tell when I'll get around to work on it. If anyone else...

If I understand right, you are asking for a feature that would iterate each directory submitted by the user one by one, instead of all directories against each other?

Sounds like it boils down to collect all the files we have scanned that did not have any dupe match. Seems like the tricky part will be to display them...

That's interesting. Can you monitor RAM usage while doing such big scan? Perhaps it is running out of memory.

> Ability to look for one or multiple given file extensions at a time. Like, only JPG. This should be part of 4.1.0 once [this patch](https://github.com/arsenetar/dupeguru/pull/705#issuecomment-685138346) has been merged. You...

GIF files are barely supported right now, so yes, these would be a decent feature to have.

Yes, adding number of frames for GIF was something I wanted to work on. CF. https://doc.qt.io/qt-5/qimagereader.html#imageCount

@1024mb For your information, XnViewMP opens the image just fine here on Arch Linux.