I want to decode a JPEG with the `reduce` mode on (get only DC values). How do I consume those pixels? I want to store them into a new array.
I want to decode a JPEG with the
reducemode on (get only DC values). How do I consume those pixels? I want to store them into a new array.