Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
2 枚の写真を組み合わせて、二重露光の写真に似たものを作成する Android アプリを作成したいと考えています。これを行う方法について何かアイデアを教えてもらえますか?
真の二重露光を得るには、各ピクセルの R/G/B 値を単純加算で合計する必要があります。各コンポーネントの上限は 255 です (少なくとも 24bpp の場合)。明るすぎる場合は、後でいつでも減らすことができます。