From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86215 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Peter_M=C3=BCnster?= Newsgroups: gmane.emacs.gnus.general Subject: piping html inline images through filter Date: Tue, 13 Oct 2015 22:16:25 +0200 Message-ID: <87d1wio76u.fsf@roche-blanche.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1444767533 16018 80.91.229.3 (13 Oct 2015 20:18:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 13 Oct 2015 20:18:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34449@lists.math.uh.edu Tue Oct 13 22:18:40 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zm61s-0006Dm-Ha for ding-account@gmane.org; Tue, 13 Oct 2015 22:18:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1Zm604-0000h1-Jd; Tue, 13 Oct 2015 15:16:44 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1Zm602-0000gk-N4 for ding@lists.math.uh.edu; Tue, 13 Oct 2015 15:16:42 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1Zm5zz-0006rp-Hy for ding@lists.math.uh.edu; Tue, 13 Oct 2015 15:16:42 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1Zm5zx-0000o5-HH for ding@gnus.org; Tue, 13 Oct 2015 22:16:37 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zm5zt-0004Ds-HH for ding@gnus.org; Tue, 13 Oct 2015 22:16:33 +0200 Original-Received: from arennes-651-1-323-7.w2-12.abo.wanadoo.fr ([2.12.202.7]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Oct 2015 22:16:33 +0200 Original-Received: from pmlists by arennes-651-1-323-7.w2-12.abo.wanadoo.fr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 13 Oct 2015 22:16:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: arennes-651-1-323-7.w2-12.abo.wanadoo.fr User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:/oN0aL891n+V1O1SkwGot2mz3ZQ= X-Spam-Score: -1.5 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86215 Archived-At: Hi, How would it be possible to pipe html inline images through a filter program please? Use case: some people often send me messages with inline images that are screenshots (GIF images with mostly text). When replying, I would like to quote the text of the images. Idea: - display article in html mode - call a washing function, that pipes all images through a filter (OCR program, that converts images to text) - then reply to the message and have all inline images quoted as text How could I make such a washing function please? Or do you have better ideas? TIA for any help, -- Peter