問題タブ [timagelist]
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.
image - 画像データベース、TDBImages、TImageList、Delphi
I am writing a programme that shows a picture(map). when you click on a part of the picture it must Zoom in. There are 26 pictures in total(Including main picture). I Want to load those pictures into Delphi and replace Image1(Whole_map.jpg) with Amusement_park.jpg.
I want to use the good quality jpg not bitmaps :( *Is it possible to load those 26 images into TImageList and still use the images with its quality or *Can i save the images in some sort of Database and load it into Delphi
Loading images and converting to bitmap doesn't help because i don't want to use bitmaps. I also don't want to use any 3rd party components because this program must run on default Delphi 2010.
delphi - 外出先でデータベースから画像を表示する
Delphi では、詳細テーブルに不明な数の画像ファイル名が格納されています。これらの画像ファイルは、ビットマップ、JPEG、PNGS、および ICO ファイルです。
外出先でリストビューまたはリストボックスにそれらをロードして表示するためのパラダイム/ベストプラクティスは何ですか?
マスターテーブルの OnBeforeScroll イベントの ImageList にそれらをロードし、それをリストビューに割り当てる必要があると思います。使用されるデータベース コンポーネントは dbGO です。
(VCL プログラムで) 事前定義されたサイズのサムネイルのみを表示する必要があります。
delphi - TImageList を使用した TSpeedbutton の画像
、およびを使用TToolbarして、ツールバーを作成しようとしました。
32pxの正方形の画像を使用しましたが、TSpeedButtonのImageIndexで画像を選択すると、画像サイズは32px未満で、16pxだと思います。TActionListTSpeedbuttonTImageList
TSpeedButtonsを使用して画像のサイズを設定するにはどうすればよいTImageListですか?
MVCE は次のとおりです。
DFM:
delphi - より多くのプロジェクトでリソース (画像) を読み込む
コンポーネントがあります。コンポーネントでは、動的な TImageList をロードする必要があります。
今日はこの方法を使用していますが、すべてのプロジェクトで、一度に 1 つずつすべての画像を追加する必要があります。
たとえば、各プロジェクトにリソースを追加することなく、複数の画像をコンポーネントにロードできる単一のリソース ファイルを作成するにはどうすればよいですか。何か方法はありますか?
