[Ssc-dev] It works!

Andrew Senior aws at andrewsenior.com
Wed Apr 20 17:19:34 EDT 2011


Hey, that's great. That looks like a sensible sequence.

The "rawgrey.pgm" is really a debugging thing- it returns the image that I
get by decoding the intensity DC coefficients of each block, so ignoring
colour, and giving an 8x8 downsampling.
You should be able to supply NULL to that parameter and it will be ignored.
However, since you're using "ParseImage", you're not using the latest
version of the repository (now DecodeImage IIRC), so perhaps I didn't fix
that check-for-null.
In practice it doesn't make sense to have this debugging parameter in there,
so I'll get rid of it.
Let me know what things needed shifting around, and we can work out what the
best way is, especially as I've checked in some changes since. Let me know
your github ID and you can have write access.
Andrew


On Wed, Apr 20, 2011 at 12:56 PM, Shawn Van Every <
vanevery at walking-productions.com> wrote:

> Andrew,
>
> I was able to get a simple example using your library working on Android!
>
> Here is what I am running:
>
>                jpeg_redaction::Jpeg j2("/sdcard/windows.jpg", true);
>                jpeg_redaction::Redaction::Rect rect(50, 600, 50, 600);
>                jpeg_redaction::Redaction redaction;
>                redaction.AddRegion(rect);
>                j2.ParseImage(redaction, "/sdcard/rawgrey.pgm");
>                j2.Save("/sdcard/testoutput.jpg");
>
> Does this make sense?
>
> Specifically, I am wondering what the rawgrey.pgm file is for in the
> ParseImage function.
>
> I had to do a bit a of moving things around to get it all to compile
> correctly for use on Android with the NDK so I am wondering if I should
> create another repo somewhere to house this or if we can check it in to your
> github repo?
>
> -s
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mayfirst.org/pipermail/ssc-dev/attachments/20110420/1cb85af2/attachment.htm>


More information about the Ssc-dev mailing list