I wrote generic functions that can work on any image.Image and
specific functions that work with the Pix data directly for bilinear
interpoliation of image.RGBA and image.Gray. Those are actually faster
than the generic nearest neighbour.
After these were finished a scaling function was just a few lines.
The bicubic interpolation one has a bug at the border but it seems to
work fine for scaling.
I would be glad to use your transformation package if I 'll be sure you continue to support your code.
How can I use your transformation in my code.
cheers
Laurent Le Goff
HarrydB
unread,
Nov 3, 2011, 6:43:32 PM11/3/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hi Laurent,
I am not sure. I will try to keep it working with new releases but I
will not have a lot of spare time as I am going to write my Master
thesis this year (and work to pay for it). You are free to make a
local copy of my code and use/modify it however you want. If you want
something that is better supported, maybe it is an idea to adapt the
my or your own affine code to use the go-graphics lib mentioned by
David above (I have not tried their code yet btw, and I don't know
what their plans are).
On Nov 3, 2:39 pm, laurent <legoff.laur...@gmail.com> wrote:
> Hi Harry,
> Good job.
> For your information I wrote code in the same spirit as your affine