Skip to content

Commit

Permalink
Merge pull request #1 from lyncodev/master
Browse files Browse the repository at this point in the history
Authoring changes
  • Loading branch information
jsnshrmn committed Dec 7, 2012
2 parents d05824c + deaa912 commit f705159
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Expand Up @@ -24,6 +24,8 @@
* Filter image bitstreams, scaling the image to be within the bounds of
* thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be
* no bigger than. Creates only JPEGs.
*
* @author Jason Sherman <jsherman@usao.edu>
*/
public class BrandedPreviewJPEGFilter extends MediaFilter
{
Expand Down Expand Up @@ -274,4 +276,4 @@ public BufferedImage getScaledInstance(BufferedImage buf,

return blurbuf;
}
}
}
Expand Up @@ -23,6 +23,8 @@
* Filter image bitstreams, scaling the image to be within the bounds of
* thumbnail.maxwidth, thumbnail.maxheight, the size we want our thumbnail to be
* no bigger than. Creates only JPEGs.
*
* @author Jason Sherman <jsherman@usao.edu>
*/
public class JPEGFilter extends MediaFilter implements SelfRegisterInputFormats
{
Expand Down Expand Up @@ -279,4 +281,4 @@ public BufferedImage getScaledInstance(BufferedImage buf,

return scalebuf;
}
}
}

0 comments on commit f705159

Please sign in to comment.