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.
私はqtでアプリケーションを作成しており、cimgを使用してグラフィックを処理しています。私の質問は、アイテム CImg を QWidget 内に配置する方法です。
QImage を作成します。CImg 内部フォーマットが QImage がサポートするオプションの 1 つである場合は、コピーを必要とせずに CImg データを使用する QImage ラッパーを作成できます。それ以外の場合は、CImg バイトを QImage.data にコピーする必要があります。