package ONO::Lib::Image;
################################################################################
# COPYRIGHT / LICENSE #
################################################################################
#
# This file is part of the ONO Software Project.
#
# Copyright (C) 2000-2025 Jos KIRPS [ www.kirps.com | jos_AT_kirps_DOT_com ]
# and The Joopita Project [ www.joopita.org | contact_AT_joopita_DOT_com ]
#
# This file, as well as other parts of the ONO Software Project or related
# elements, are FREE SOFTWARE available under the ARTISTIC LICENSE 2.0.
#
# This program 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.
#
# For the full license, see /ono/osr/license/LICENSE.txt, or write to
# jos_AT_kirps_DOT_com or contact_AT_joopita_DOT_com.
#
################################################################################
# END OF COPYRIGHT / LICENSE, HERE COMES THE CODE ... #
################################################################################
use strict;
use ONO::Lib::Image::Barcode;
use ONO::Lib::Image::Brick;
use ONO::Lib::Image::Canvas;
use ONO::Lib::Image::Chart;
use ONO::Lib::Image::Check;
use ONO::Lib::Image::Drawing;
use ONO::Lib::Image::Exif;
use ONO::Lib::Image::Frame;
use ONO::Lib::Image::Get;
use ONO::Lib::Image::Gradient;
use ONO::Lib::Image::HoverZoom;
use ONO::Lib::Image::HTML;
use ONO::Lib::Image::Info;
use ONO::Lib::Image::Magick;
use ONO::Lib::Image::OCR;
use ONO::Lib::Image::Shape;
use ONO::Lib::Image::Size;
use ONO::Lib::Image::ToolBox;
use ONO::Lib::Image::QR;
#: This library contains everything related to image management, manipulation,
#: and generation.
###############################################################################
# end of script
###############################################################################
1;
__END__