問題タブ [uiimagejpegrepresentation]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - UIImageJPEGRepresentationを使用する場合、compressionQualityはどうあるべきですか?
ユーザーのライブラリから写真にフィルターを適用してから、ディスクに書き戻したいと思います。を使用してUIImageJPEGRepresentation
います。この関数はと0.0 から 1.0 の間UIImage
の値を取ります。compressionQuality
元の品質を維持したいので、1.0 に設定します。しかし、これにより実際には、元のファイルサイズよりもファイルサイズが大きく、さらにかなり大きい画像ファイルが作成されることがわかりました。Apple の Sample Photo Editing Extension アプリでは、品質が常に 0.9 に設定されていることに気付きました。試してみたところ、元の写真ファイル サイズに近いファイル サイズが出力されます。これは私には意味がありません。誰かがこれを説明できますか?常に 0.9 を使用するのは適切ですか? iOS カメラはその値を使用して圧縮するので、0.9 が元の品質ですか? または、0.9 が実際には 1.0 ではないのはなぜですか。
php - image creating slow down servre
I have function and with this funqction I`m trying to create some images in my server
as you understand Im getting image link and then chacking if file exists and I
m creating file if it not exists.
but my server slow down.
it is using 2GB RAM.
what can I do to accelerate my server?
I tryed file_put_content() first and then creating thumb but it not working as well as gd library. so please help me to do this function quicker than is.
swift - UIImageJPEGRepresentation はどのように機能しますか?
このコード行があります
画像の高さと幅を調整するのか、それとも品質を下げてサイズだけを調整するのか疑問に思っていましたか?
ios - imageWithData 画像サイズが大きくなる?
imageWithData メソッドを使用して UIimage を作成します。
私はこの出力を得る:
data30 が data2 よりもはるかに大きいのはなぜですか?