#
# Benchmark - Somewhere to store benchmark data
# Copyright (C) 2009 Michael Spiegle (mike@nauticaltech.com)
# 
# This file is part of mod_gfx.
# 
# mod_gfx is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# mod_gfx is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
#

#This file will have a better format in the future.  For now, I'm just dumping info here
02.14.09
noop - 530
resize - 826
resample - 499
-c 64 -n 8192

<GfxProfile "resize">
        GfxActions resize
        GfxRsX 150
        GfxRsY 150
        GfxQual 75
        GfxOutputFormat SRC
</GfxProfile>

<GfxProfile "resample">
        GfxActions resample
        GfxRsX 150
        GfxRsY 150
        GfxQual 75
        GfxOutputFormat SRC
</GfxProfile>

<GfxProfile "noop">
    GfxActions noop
    GfxQual 75
    GfxOutputFormat SRC
</GfxProfile>



