From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.user Subject: Re: A wee JPEG parser Date: Thu, 2 Oct 2014 22:03:05 +0800 Message-ID: References: <87y4sy4n9r.fsf@pobox.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=089e013d15d45477940504711348 X-Trace: ger.gmane.org 1412258613 18115 80.91.229.3 (2 Oct 2014 14:03:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2014 14:03:33 +0000 (UTC) Cc: Guile User To: Andy Wingo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Oct 02 16:03:27 2014 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XZgyc-00057x-MZ for guile-user@m.gmane.org; Thu, 02 Oct 2014 16:03:26 +0200 Original-Received: from localhost ([::1]:34347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZgyc-0007Xc-9S for guile-user@m.gmane.org; Thu, 02 Oct 2014 10:03:26 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57036) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZgyP-0007XX-7A for guile-user@gnu.org; Thu, 02 Oct 2014 10:03:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZgyJ-000889-Gv for guile-user@gnu.org; Thu, 02 Oct 2014 10:03:13 -0400 Original-Received: from mail-lb0-x235.google.com ([2a00:1450:4010:c04::235]:43053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZgyJ-000873-A5 for guile-user@gnu.org; Thu, 02 Oct 2014 10:03:07 -0400 Original-Received: by mail-lb0-f181.google.com with SMTP id l4so2266889lbv.26 for ; Thu, 02 Oct 2014 07:03:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=NQjCgK1FeJuVsJU8w/gbnJS+3ZbAtjDk4soAS7UW+VI=; b=RGlPacj76tT9Y7dkpeAaZeuJQILFKmYe+wWea5HAu55Bb3kKBvWJrNQJ/6gyScWp6H 6Dp+IRyXP0L7Tt/a3L4wEMpfI95Uk6guG5o/YgeeWvNTC4bV65KEcrZ+gp2b2JePkh0h qvv0G12+iPwfZF2Le1zwJj3/tlsQ6Z90SewD3YBhKWqAxnq+C+08CDPuKK7amZaWIJpk zOtcEUUNDNzc1hMK2Rz39abxX83w/GWNkw25Mba5zYCu5llxhmwTYyr/I31QqJzwhoYY K+HK0NIVH126448zDelmKq2cZBJzZr5d8a6T6F1BwY1TJo+J3J/ialL5IhqQ/w5eTijA gbcw== X-Received: by 10.152.21.98 with SMTP id u2mr64268917lae.60.1412258585669; Thu, 02 Oct 2014 07:03:05 -0700 (PDT) Original-Received: by 10.152.122.77 with HTTP; Thu, 2 Oct 2014 07:03:05 -0700 (PDT) Original-Received: by 10.152.122.77 with HTTP; Thu, 2 Oct 2014 07:03:05 -0700 (PDT) In-Reply-To: <87y4sy4n9r.fsf@pobox.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::235 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11561 Archived-At: --089e013d15d45477940504711348 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable nice~thanks for working on them! It's better to put them all to guildhall 2014=E5=B9=B410=E6=9C=882=E6=97=A5 =E4=B8=8B=E5=8D=889:25=E4=BA=8E "Andy W= ingo" =E5=86=99=E9=81=93=EF=BC=9A > Should anyone need a JPEG parser, or the beginnings of one anyway, here > is one: > > https://gitorious.org/guile-jpeg/guile-jpeg > > Currently it's just enough to parse out the dimensions of a file, though > you could tweak it in other ways. You could probably use it to get EXIF > information, though for that purpose I'm using libexif via guile-exif: > > https://gitorious.org/guile-exif/guile-exif > > Regards, > > Andy > -- > http://wingolog.org/ > > --089e013d15d45477940504711348 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

nice~thanks for working on them!
It's better to put them all to guildhall

2014=E5=B9=B410=E6=9C=882=E6=97=A5 =E4=B8=8B=E5= =8D=889:25=E4=BA=8E "Andy Wingo" <wingo@pobox.com>=E5=86=99=E9=81=93=EF=BC=9A
Should anyone need a JPEG parser, or = the beginnings of one anyway, here
is one:

=C2=A0 https://gitorious.org/guile-jpeg/guile-jpeg

Currently it's just enough to parse out the dimensions of a file, thoug= h
you could tweak it in other ways.=C2=A0 You could probably use it to get EX= IF
information, though for that purpose I'm using libexif via guile-exif:<= br>
=C2=A0 https://gitorious.org/guile-exif/guile-exif

Regards,

Andy
--
http://wingolog.org/=

--089e013d15d45477940504711348--