From owner-freebsd-questions@FreeBSD.ORG Fri Oct 25 06:22:17 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5B1DF864 for ; Fri, 25 Oct 2013 06:22:17 +0000 (UTC) (envelope-from olivier2553@gmail.com) Received: from mail-wi0-x22e.google.com (mail-wi0-x22e.google.com [IPv6:2a00:1450:400c:c05::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED0712F15 for ; Fri, 25 Oct 2013 06:22:16 +0000 (UTC) Received: by mail-wi0-f174.google.com with SMTP id cb5so567742wib.7 for ; Thu, 24 Oct 2013 23:22:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=5edg841pFg8Lr49Hrs1ciPp2ntFvevFhlxNQXsQlZWk=; b=YZT+TolqSfUdaFpNfX/vQlOTalfjouF6zg/BwAvSalwRJXoYI1NENYaDcUFFkXjTAj q4jC77eBTgYyN6HeqkwJQiizBwtUD2rAN+swWVUuMlgymBUvyvuyjesDVR76Wwsv9ORx N51odPd+ceX7j3Ft1zE8OjdRcEGYVAcu0qa187d8b+MrO1ZMHVdgkh/oWU+xG4rYa+JY Myaf3U3Pd7eejB6DLmvyw0LfbB+C9JSsmobQYOKxg7f8BdBFCZEd//DoyoC2D3oWvSBy gH5I1Amyg2/o9wzH09M47qbrogzwvWhYNQ4wjTq43gI+8k2wVfevwum+hKCj7gRxnejD 3udQ== MIME-Version: 1.0 X-Received: by 10.194.48.74 with SMTP id j10mr5763021wjn.41.1382682135384; Thu, 24 Oct 2013 23:22:15 -0700 (PDT) Sender: olivier2553@gmail.com Received: by 10.217.112.132 with HTTP; Thu, 24 Oct 2013 23:22:15 -0700 (PDT) In-Reply-To: References: <20131024214804.GA26685@ethic.thought.org> Date: Fri, 25 Oct 2013 13:22:15 +0700 X-Google-Sender-Auth: JlldsSCevzN6Z5XkAgjPqWs-fr4 Message-ID: Subject: Re: Remove duplicate images From: Olivier Nicole To: Ivailo.TANUSHEFF@raiffeisen.bg Content-Type: text/plain; charset=ISO-8859-1 Cc: "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 06:22:17 -0000 Ivailo, >> 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. > Altering image and performing transformation on it produces a complete > different binary file and if there is no metadata attached to the image I > think it is not possible for a software to determine if the images are the > same. At least not without some hardware and software, used by the top > spying agencies over the world. Of course such software exist are are public, for example http://www.fosshub.com/VisiPics.html but it works only on Windows. I am looking for something that would work on FreeBSD. Best regards, Olivier