From owner-freebsd-questions@FreeBSD.ORG Fri Oct 25 08:45:00 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1A6AE202 for ; Fri, 25 Oct 2013 08:45:00 +0000 (UTC) (envelope-from parv@pair.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.226]) by mx1.freebsd.org (Postfix) with ESMTP id CF4CD269D for ; Fri, 25 Oct 2013 08:44:59 +0000 (UTC) Received: from [204.210.114.114] ([204.210.114.114:63029] helo=localhost.hawaii.res.rr.com) by cdptpa-oedge03 (envelope-from ) (ecelerity 3.5.0.35861 r(Momo-dev:tip)) with ESMTP id 9F/CD-19454-48F2A625; Fri, 25 Oct 2013 08:44:53 +0000 Received: by localhost.hawaii.res.rr.com (Postfix, from userid 1000) id E42145CB5; Thu, 24 Oct 2013 22:48:39 -1000 (HST) Date: Thu, 24 Oct 2013 22:48:39 -1000 From: Parv To: Olivier Nicole Subject: Re: Remove duplicate images Message-ID: <20131025084839.GA1539@holstein.holy.cow> Mail-Followup-To: Olivier Nicole , Ivailo.TANUSHEFF@raiffeisen.bg, "freebsd-questions@freebsd.org" References: <20131024214804.GA26685@ethic.thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 Cc: Ivailo.TANUSHEFF@raiffeisen.bg, "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Oct 2013 08:45:00 -0000 in message , wrote Olivier Nicole thusly... > > >> Thanks, I am looking for something a bit more sophisticated, > >> that can find images that have been resized, rotated, gone > >> through some transformations, changed format (gif to png), etc. I have a modified version ... http://www.bitter-almonds.com/comp/src/perl/similar-image ... of ... http://www.stonehenge.com/merlyn/LinuxMag/col50.html ... (written in Perl) that asks which files to delete when digest checksum are identical. Else, props ImageMagick window[0] with similar files shown; after quiting that window, asks about which files to remove[1]. (The removal can be made automatic at least in case of identical file size and checksum, if one desires.) See the stonehenge.com URL for background. [0] Press "space" key in ImageMagick window to navigate to the next set of images for visual comparison. [1] The numbers on console|xterm have 0-based index, while ImageMagick window has 1-based index. Yes, I need to fix this. --