I'm teaching linear algebra, and thought I'd show my students Paeth's rotation by shearing algorithm as a nice quick example of matrix manipulations. I'd like to include the information of which graphics libraries actually implement this, and I wasn't able to find anything other than the linked 2007 webpage referencing "ImageMagick, pnmrotate, etc". Can anyone give an updated, larger list?
Asked
Active
Viewed 96 times
1
-
I guess this question might belong on math-educators, since I'm teaching in the math dept, but I figured CS educators would be more likely to know this. Feel free to migrate. – David E Speyer Jan 25 '19 at 18:16
-
Also, is there a tag like `libraries` I should be using? Or would someone please create one? Thanks! – David E Speyer Jan 25 '19 at 18:16
-
This isn't in my wheelhouse, but it is certainly topical here. – Ben I. Jan 25 '19 at 18:39
-
1Unfortunately a bit specialized for this audience. I wonder if StackOverflow might be a better place to find people with their heads deep in the libraries. But I also wonder why you want this. Do you intend for students to explore the code? That might be worth doing, though library code might be a bit messy with specialized bits and pieces obscuring the algorithm. – Buffy Jan 25 '19 at 19:01
-
1Is there any particular reason why you need a large list of libraries? Over here, we're generally helpful with questions about lesson plans, teaching techniques and things like that, but we generally aren't good with questions like this since we aren't necessarily knowledgeable about practical CS. If you could give some context about the lesson you're trying to use this list in, we could probably be much more helpful. However, if you just need this list, it'd probably be best for you to try another site, since we don't really have the experts to answer this. – thesecretmaster Jan 25 '19 at 20:15
-
As others have noted, this is a highly specialized question. Even though I have been using image libraries for decades in the practical sense, and have probably used the algorithm, I have never heard of the Paeth algorithm until now. Users of libraries typically don't look beyond "will it do what I need?" And "how do I make it work?" – pojo-guy Jan 26 '19 at 13:28
-
One more thought: I would assume that most image processing libraries are rotating using other algorithms due to interpolation issues, but I'm not really an expert in this field so I might be wrong. – OBu Jan 28 '19 at 08:00