$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [GIL] Loading flipped image
From: Szymon Gatner (szymon.gatner_at_[hidden])
Date: 2011-07-11 12:51:13
Hi,
Is it possible to flip image while it is being loaded?
Png images are loaded upside-down and I currently I use copy_pixels()
on flipped_up_down_view() of original
image but I really wish I could avoid that step.
Cheers,
Szymon