KiCad PCB EDA Suite
Loading...
Searching...
No Matches
bitmap_store.cpp
Go to the documentation of this file.
1/*
2 * This program source code file is part of KiCad, a free EDA CAD application.
3 *
4 * Copyright The KiCad Developers, see AUTHORS.txt for contributors.
5 *
6 * This program is free software: you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License as published by the
8 * Free Software Foundation, either version 3 of the License, or (at your
9 * option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful, but
12 * WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program. If not, see <https://www.gnu.org/licenses/>.
18 */
19
20#include <limits>
21
22#include <wx/bitmap.h>
23#include <wx/filename.h>
24#include <wx/log.h>
25#include <wx/mstream.h>
26#include <wx/stdpaths.h>
27#include <wx/utils.h>
28
29#include <advanced_config.h>
30#include <asset_archive.h>
31#include <bitmaps.h>
32#include <bitmap_store.h>
33#include <bitmaps/bitmap_info.h>
34#include <hash.h>
35#include <kiplatform/ui.h>
36#include <paths.h>
37#include <pgm_base.h>
39
40
42static const unsigned char s_imageNotFound[] = {
43 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
44 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00, 0x18, 0x08, 0x04, 0x00, 0x00, 0x00, 0x4a, 0x7e, 0xf5,
45 0x73, 0x00, 0x00, 0x01, 0xab, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x8d, 0xd4, 0x3f, 0x2c, 0x03,
46 0x51, 0x18, 0x00, 0xf0, 0x4b, 0x0c, 0x22, 0xb1, 0x19, 0x8c, 0x46, 0x09, 0x62, 0x60, 0x68, 0x62,
47 0x20, 0xb1, 0x98, 0x24, 0x24, 0x77, 0x08, 0xd2, 0x10, 0x03, 0x06, 0x8b, 0x90, 0x98, 0x48, 0x25,
48 0x3a, 0x34, 0x12, 0xb1, 0x19, 0x0c, 0xa2, 0x34, 0xfe, 0xc4, 0x24, 0x29, 0x93, 0xa1, 0x0c, 0x52,
49 0x7f, 0xe2, 0xcf, 0x20, 0x5a, 0x83, 0xa1, 0xb4, 0xf7, 0xa7, 0x77, 0xef, 0xde, 0xdd, 0xd3, 0xde,
50 0xd1, 0x7e, 0x7a, 0x17, 0xda, 0xe2, 0xb5, 0xee, 0x7d, 0xdb, 0x7d, 0xdf, 0xef, 0xde, 0xbb, 0xfb,
51 0xde, 0x7b, 0x0c, 0x0b, 0x6c, 0xfa, 0x77, 0x70, 0x46, 0x9f, 0x69, 0x05, 0x67, 0xfe, 0xc9, 0x01,
52 0xc3, 0xa6, 0x99, 0xa2, 0xa1, 0xb5, 0x8b, 0x81, 0xa4, 0x9a, 0x20, 0xf7, 0xca, 0x39, 0x0a, 0x2b,
53 0x11, 0x84, 0x0c, 0xe1, 0x20, 0x55, 0x57, 0xc8, 0xe7, 0xaa, 0x0b, 0x80, 0xb4, 0xf0, 0x77, 0xcf,
54 0xda, 0x7a, 0x66, 0x02, 0xd8, 0x7c, 0xb8, 0x61, 0xf3, 0x3d, 0x89, 0x71, 0x1b, 0x15, 0x68, 0x4d,
55 0xb2, 0x31, 0x54, 0x54, 0xfc, 0x1d, 0x0b, 0x20, 0x21, 0x5c, 0x43, 0x01, 0x0c, 0x23, 0x04, 0xd7,
56 0x3f, 0x58, 0x98, 0x85, 0x7d, 0xf3, 0x46, 0x89, 0xa2, 0x4b, 0xe4, 0xfb, 0x22, 0xc1, 0x94, 0x32,
57 0x4f, 0x05, 0x7a, 0xb3, 0xf0, 0xf6, 0xa8, 0x4a, 0xbc, 0xb2, 0xa8, 0x77, 0x91, 0x56, 0xdc, 0x2b,
58 0x3e, 0x2f, 0x67, 0x2d, 0xe0, 0x81, 0x78, 0x98, 0x0a, 0x18, 0x46, 0xf1, 0xe0, 0x1e, 0xa8, 0xc8,
59 0xbf, 0x60, 0xf8, 0x04, 0x5b, 0x60, 0x06, 0x12, 0xd1, 0x12, 0xe0, 0xe7, 0x10, 0xd7, 0x02, 0xa6,
60 0x05, 0xbc, 0x10, 0x0f, 0x39, 0x00, 0xc9, 0xf9, 0x17, 0x32, 0x62, 0x7f, 0xc3, 0x99, 0xae, 0x4d,
61 0xfd, 0x03, 0xa0, 0x52, 0xdc, 0x79, 0xd0, 0xc7, 0xec, 0xf2, 0xd5, 0x8c, 0x14, 0x83, 0xaa, 0xb2,
62 0x40, 0xa8, 0x16, 0xaf, 0x4f, 0x89, 0xf5, 0x8b, 0x39, 0xf0, 0x9b, 0xa2, 0x80, 0xeb, 0xa9, 0x7d,
63 0x28, 0x02, 0x87, 0xc7, 0x29, 0x2e, 0x57, 0x3e, 0x08, 0x21, 0x22, 0xde, 0xea, 0xb5, 0x25, 0x3a,
64 0x9d, 0x6f, 0x60, 0x43, 0x9c, 0x0c, 0xd8, 0xe5, 0x8f, 0xba, 0xb4, 0x0d, 0x95, 0xc5, 0x39, 0x3a,
65 0x18, 0x3f, 0x22, 0xd6, 0xda, 0x77, 0x0d, 0x69, 0xeb, 0x77, 0x8e, 0x0a, 0xd4, 0x85, 0xbd, 0xac,
66 0x3b, 0xb7, 0x8b, 0x2e, 0x54, 0xdc, 0xed, 0x08, 0xe0, 0x39, 0xf9, 0xcd, 0x0a, 0x45, 0xd7, 0x3a,
67 0x1d, 0x81, 0x72, 0xa3, 0x04, 0x50, 0x5d, 0xc8, 0x2b, 0xfb, 0xb4, 0x0e, 0x87, 0x40, 0x19, 0x7d,
68 0xd5, 0xfd, 0x99, 0x8d, 0x6c, 0x4c, 0x4b, 0x4e, 0x3b, 0x02, 0x7c, 0x6c, 0xc6, 0xee, 0xf0, 0x64,
69 0xee, 0x1c, 0x38, 0x02, 0x32, 0x71, 0xdb, 0xa0, 0x1f, 0xd4, 0x8f, 0xc2, 0xce, 0x2d, 0x37, 0xc3,
70 0xd5, 0x8a, 0x7d, 0x0a, 0x96, 0x80, 0x7f, 0x72, 0x34, 0x83, 0xd6, 0x28, 0xf1, 0x4f, 0x28, 0x82,
71 0x24, 0x59, 0x75, 0xd1, 0x00, 0xe5, 0x9a, 0xb1, 0x2e, 0x1a, 0xce, 0xa0, 0x3d, 0x67, 0xe1, 0x13,
72 0xb5, 0xc5, 0x7e, 0xb7, 0x69, 0x08, 0x53, 0x5c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44,
73 0xae, 0x42, 0x60, 0x82,
74};
75
76
79static const unsigned char s_dummyItem[] = {
80 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52,
81 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff,
82 0x61, 0x00, 0x00, 0x00, 0x5f, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f,
83 0x03, 0x25, 0x98, 0x61, 0x68, 0x1a, 0x00, 0x04, 0x46, 0x40, 0xfc, 0x02, 0x88, 0x45, 0x41, 0x1c,
84 0x76, 0x20, 0xfe, 0x01, 0xc4, 0xbe, 0x24, 0x18, 0x60, 0x01, 0xc4, 0x20, 0x86, 0x04, 0x88, 0xc3,
85 0x01, 0xe5, 0x04, 0x0c, 0xb8, 0x01, 0x37, 0x81, 0xf8, 0x04, 0x91, 0xf8, 0x0a, 0x54, 0x8f, 0x06,
86 0xb2, 0x01, 0x9b, 0x81, 0x78, 0x02, 0x91, 0x78, 0x05, 0x54, 0x8f, 0xca, 0xe0, 0x08, 0x03, 0x36,
87 0xa8, 0xbf, 0xec, 0xc8, 0x32, 0x80, 0xcc, 0x84, 0x04, 0x0a, 0xbc, 0x1d, 0x40, 0x2c, 0xc8, 0x30,
88 0xf4, 0x33, 0x13, 0x00, 0x6b, 0x1a, 0x46, 0x7b, 0x68, 0xe7, 0x0f, 0x0b, 0x00, 0x00, 0x00, 0x00,
89 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82,
90};
91
92
93static const wxString traceBitmaps = wxT( "KICAD_BITMAPS" );
94
95static const wxString IMAGE_ARCHIVE = wxT( "images.tar.gz" );
96
97
98size_t std::hash<std::pair<BITMAPS, int>>::operator()( const std::pair<BITMAPS, int>& aPair ) const
99{
100 std::size_t seed = 0xa82de1c0;
101 hash_combine( seed, static_cast<size_t>( aPair.first ), static_cast<size_t>( aPair.second ) );
102
103 return seed;
104}
105
106
108 m_theme( BITMAP_INFO::THEME::LIGHT )
109{
110 wxFileName path( PATHS::GetStockDataPath() + wxT( "/resources" ), IMAGE_ARCHIVE );
111
112 wxLogTrace( traceBitmaps, "Loading bitmaps from " + path.GetFullPath() );
113
114 m_archive = std::make_unique<ASSET_ARCHIVE>( path.GetFullPath() );
115
117
118 ThemeChanged();
119}
120
121
122wxBitmap BITMAP_STORE::GetBitmap( BITMAPS aBitmapId, int aHeight )
123{
124 return wxBitmap( getImage( aBitmapId, aHeight ) );
125}
126
127
128wxBitmapBundle BITMAP_STORE::GetBitmapBundle( BITMAPS aBitmapId, int aMinHeight )
129{
130 wxVector<wxBitmap> bmps;
131
132 for( const BITMAP_INFO& info : m_bitmapInfoCache[aBitmapId] )
133 {
134 if( info.theme != m_theme )
135 continue;
136
137 if( aMinHeight > 0 && info.height < aMinHeight )
138 continue;
139
140 bmps.push_back( wxBitmap( getImage( info.id, info.height ) ) );
141 }
142
143 return wxBitmapBundle::FromBitmaps( bmps );
144}
145
146
147// Better scaling algorithm, taken from wx 3.3
148static wxImage resampleImage( const wxImage& aImg, int aWidth, int aHeight )
149{
150 wxImage image;
151 int old_width = aImg.GetWidth();
152 int old_height = aImg.GetHeight();
153
154 // When downscaling, use bilinear algorithm for shrinking to an
155 // integer multiple of the target size and then box average by the
156 // integer part.
157 if( aWidth <= old_width && aHeight <= old_height )
158 {
159 const double shrinkFactorX = double( old_width ) / aWidth;
160 const double shrinkFactorY = double( old_height ) / aHeight;
161
162 const int shrinkInt( wxMin( shrinkFactorX, shrinkFactorY ) );
163
164 image = aImg.ResampleBilinear( aWidth * shrinkInt, aHeight * shrinkInt );
165 if( shrinkInt != 1 )
166 image = image.ResampleBox( aWidth, aHeight );
167 }
168 else // Use box average algorithm for upscaling.
169 {
170 image = aImg.ResampleBox( aWidth, aHeight );
171 }
172
173 return image;
174}
175
176
177wxBitmapBundle BITMAP_STORE::GetBitmapBundleDef( BITMAPS aBitmapId, int aDefHeight )
178{
179 wxVector<wxBitmap> bmps;
180 std::set<int> sizes;
181 int largestHeight = 0;
182 wxImage largestImage;
183
184 for( const BITMAP_INFO& info : m_bitmapInfoCache[aBitmapId] )
185 {
186 if( info.theme != m_theme )
187 continue;
188
189 wxImage img = getImage( info.id, info.height );
190
191 // A native-size icon (height < 0) has no fixed height. Treat it as the largest source so the
192 // resample-to-default below can build a bundle from it.
193 int effectiveHeight = info.height < 0 ? std::numeric_limits<int>::max() : info.height;
194
195 if( effectiveHeight > largestHeight )
196 {
197 largestHeight = effectiveHeight;
198 largestImage = img;
199 }
200
201 if( info.height >= aDefHeight )
202 {
203 sizes.emplace( info.height );
204 bmps.push_back( wxBitmap( img ) );
205 }
206 }
207
208 if( !sizes.contains( aDefHeight ) && largestImage.IsOk() )
209 bmps.push_back( wxBitmap( resampleImage( largestImage, aDefHeight, aDefHeight ) ) );
210
211 if( bmps.empty() )
212 {
213 wxFAIL_MSG( wxString::Format( "Missing bitmap for ID %d", static_cast<int>( aBitmapId ) ) );
214 wxMemoryInputStream is( s_imageNotFound, sizeof( s_imageNotFound ) );
215 largestImage = resampleImage( wxImage( is, wxBITMAP_TYPE_PNG ), aDefHeight, aDefHeight );
216 bmps.push_back( wxBitmap( largestImage ) );
217 }
218
219#ifdef __WXOSX__
220 // OSX doesn't align text in trees properly when 2x bitmaps are not provided, apparently
221 int size2x = aDefHeight * 2;
222
223 if( !sizes.contains( size2x ) && largestImage.IsOk() )
224 bmps.push_back( wxBitmap( resampleImage( largestImage, size2x, size2x ) ) );
225#endif
226
227 return wxBitmapBundle::FromBitmaps( bmps );
228}
229
230
231wxBitmapBundle BITMAP_STORE::GetDisabledBitmapBundle( BITMAPS aBitmapId, int aMinHeight )
232{
233 wxVector<wxBitmap> bmps;
234
235 for( const BITMAP_INFO& info : m_bitmapInfoCache[aBitmapId] )
236 {
237 if( info.theme != m_theme )
238 continue;
239
240 if( aMinHeight > 0 && info.height < aMinHeight )
241 continue;
242
243 wxBitmap bmp( getImage( info.id, info.height )
244 .ConvertToDisabled( KIPLATFORM::UI::IsDarkTheme() ? 70 : 255 ) );
245 bmps.push_back( bmp );
246 }
247
248 return wxBitmapBundle::FromBitmaps( bmps );
249}
250
251
252wxBitmapBundle BITMAP_STORE::GetDisabledBitmapBundleDef( BITMAPS aBitmapId, int aDefHeight )
253{
254 wxVector<wxBitmap> bmps;
255 std::set<int> sizes;
256 int largestHeight = 0;
257 wxImage largestImage;
258
259 for( const BITMAP_INFO& info : m_bitmapInfoCache[aBitmapId] )
260 {
261 if( info.theme != m_theme )
262 continue;
263
264 wxImage img = getImage( info.id, info.height ).ConvertToDisabled( KIPLATFORM::UI::IsDarkTheme() ? 70 : 255 );
265
266 int effectiveHeight = info.height < 0 ? std::numeric_limits<int>::max() : info.height;
267
268 if( effectiveHeight > largestHeight )
269 {
270 largestHeight = effectiveHeight;
271 largestImage = img;
272 }
273
274 if( info.height >= aDefHeight )
275 {
276 sizes.emplace( info.height );
277 bmps.push_back( wxBitmap( img ) );
278 }
279 }
280
281 if( !sizes.contains( aDefHeight ) && largestImage.IsOk() )
282 bmps.push_back( wxBitmap( resampleImage( largestImage, aDefHeight, aDefHeight ) ) );
283
284 if( bmps.empty() )
285 {
286 wxFAIL_MSG( wxString::Format( "Missing bitmap for ID %d", static_cast<int>( aBitmapId ) ) );
287 wxMemoryInputStream is( s_imageNotFound, sizeof( s_imageNotFound ) );
288 largestImage = resampleImage( wxImage( is, wxBITMAP_TYPE_PNG ), aDefHeight, aDefHeight );
289 bmps.push_back( wxBitmap( largestImage ) );
290 }
291
292#ifdef __WXOSX__
293 // OSX doesn't align text in trees properly when 2x bitmaps are not provided, apparently
294 int size2x = aDefHeight * 2;
295
296 if( !sizes.contains( size2x ) && largestImage.IsOk() )
297 bmps.push_back( wxBitmap( resampleImage( largestImage, size2x, size2x ) ) );
298#endif
299
300 return wxBitmapBundle::FromBitmaps( bmps );
301}
302
303
304wxBitmap BITMAP_STORE::GetBitmapScaled( BITMAPS aBitmapId, int aScaleFactor, int aHeight )
305{
306 wxImage image = getImage( aBitmapId, aHeight );
307
308 // Bilinear seems to genuinely look better for these line-drawing icons
309 // than bicubic, despite claims in the wx documentation that bicubic is
310 // "highest quality". I don't recommend changing this. Bicubic looks
311 // blurry and makes me want an eye exam.
312 image.Rescale( aScaleFactor * image.GetWidth() / 4, aScaleFactor * image.GetHeight() / 4,
313 wxIMAGE_QUALITY_BILINEAR );
314
315 return wxBitmap( image );
316}
317
318
319wxImage BITMAP_STORE::getImage( BITMAPS aBitmapId, int aHeight )
320{
321 const unsigned char* data = nullptr;
322 long count;
323
324 if( aBitmapId == BITMAPS::dummy_item )
325 {
326 data = s_dummyItem;
327 count = sizeof( s_dummyItem );
328 }
329 else
330 {
331 const wxString& name = bitmapName( aBitmapId, aHeight );
332 count = m_archive->GetFilePointer( name, &data );
333
334 if( count < 0 )
335 {
336 wxLogTrace( traceBitmaps,
337 "Bitmap for %d, %d, %d has an info tag with file %s,"
338 "but that file could not be found in the archive!",
339 static_cast<int>( aBitmapId ), aHeight, static_cast<int>( m_theme ), name );
340 data = s_imageNotFound;
341 count = sizeof( s_imageNotFound );
342 }
343 }
344
345 wxMemoryInputStream is( data, count );
346 wxImage image( is, wxBITMAP_TYPE_PNG );
347
348 return image;
349}
350
351
353{
354 BITMAP_INFO::THEME oldTheme = m_theme;
355
356 if( COMMON_SETTINGS* settings = Pgm().GetCommonSettings() )
357 {
358 switch( settings->m_Appearance.icon_theme )
359 {
363 }
364 }
365 else
366 {
368 }
369
370 if( oldTheme != m_theme )
371 m_bitmapNameCache.clear();
372}
373
374
375const wxString& BITMAP_STORE::bitmapName( BITMAPS aBitmapId, int aHeight )
376{
377 std::pair<BITMAPS, int> key = std::make_pair( aBitmapId, aHeight );
378
379 if( !m_bitmapNameCache.count( key ) )
380 m_bitmapNameCache[key] = computeBitmapName( aBitmapId, aHeight );
381
382 return m_bitmapNameCache.at( key );
383}
384
385
386wxString BITMAP_STORE::computeBitmapName( BITMAPS aBitmapId, int aHeight )
387{
388 if( !m_bitmapInfoCache.count( aBitmapId ) || m_bitmapInfoCache.at( aBitmapId ).empty() )
389 {
390 wxLogTrace( traceBitmaps, "No bitmap info available for %d", aBitmapId );
391 return wxEmptyString;
392 }
393
394 wxString fn;
395
396 for( const BITMAP_INFO& info : m_bitmapInfoCache.at( aBitmapId ) )
397 {
398 if( info.theme != m_theme )
399 continue;
400
401 if( aHeight < 0 || info.height == aHeight )
402 {
403 fn = info.filename;
404 break;
405 }
406 }
407
408 if( fn.IsEmpty() )
409 {
410 wxLogTrace( traceBitmaps, "No bitmap found matching ID %d, height %d, theme %s", static_cast<int>( aBitmapId ),
411 aHeight, m_theme );
412 return m_bitmapInfoCache.at( aBitmapId ).begin()->filename;
413 }
414
415 return fn;
416}
417
418
const char * name
void BuildBitmapInfo(std::unordered_map< BITMAPS, std::vector< BITMAP_INFO > > &aBitmapInfoCache)
static const unsigned char s_dummyItem[]
Icon used for EDA_ITEMs that don't have a custom icon configured.
static const wxString traceBitmaps
static const wxString IMAGE_ARCHIVE
static wxImage resampleImage(const wxImage &aImg, int aWidth, int aHeight)
static const unsigned char s_imageNotFound[]
A question-mark icon shown when we can't find a given bitmap in the archive.
BITMAPS
A list of all bitmap identifiers.
wxBitmapBundle GetBitmapBundleDef(BITMAPS aBitmapId, int aDefHeight)
Constructs and returns a bitmap bundle for the given icon ID, with the default bitmap size being aDef...
wxString computeBitmapName(BITMAPS aBitmapId, int aHeight=-1)
BITMAP_INFO::THEME m_theme
wxBitmapBundle GetBitmapBundle(BITMAPS aBitmapId, int aMinHeight=-1)
Constructs and returns a bitmap bundle containing all available sizes of the given ID.
wxBitmapBundle GetDisabledBitmapBundleDef(BITMAPS aBitmapId, int aDefHeight)
Constructs and returns a bitmap bundle for the given icon ID, with the bitmaps converted to disabled ...
void buildBitmapInfoCache()
std::unordered_map< BITMAPS, std::vector< BITMAP_INFO > > m_bitmapInfoCache
void ThemeChanged()
Notifies the store that the icon theme has been changed by the user, so caches must be invalidated.
wxBitmapBundle GetDisabledBitmapBundle(BITMAPS aBitmapId, int aMinHeight=-1)
Constructs and returns a bitmap bundle for the given icon ID, with the bitmaps converted to disabled ...
std::unique_ptr< ASSET_ARCHIVE > m_archive
std::unordered_map< std::pair< BITMAPS, int >, wxString > m_bitmapNameCache
const wxString & bitmapName(BITMAPS aBitmapId, int aHeight=-1)
wxBitmap GetBitmap(BITMAPS aBitmapId, int aHeight=-1)
Retrieves a bitmap from the given bitmap id.
wxBitmap GetBitmapScaled(BITMAPS aBitmapId, int aScaleFactor, int aHeight=-1)
Retrieves a bitmap from the given bitmap id, scaled to a given factor.
wxImage getImage(BITMAPS aBitmapId, int aHeight=-1)
A base light class to derive to implement other light classes.
Definition light.h:37
static wxString GetStockDataPath(bool aRespectRunFromBuildDir=true)
Gets the stock (install) data path, which is the base path for things like scripting,...
Definition paths.cpp:233
static constexpr void hash_combine(std::size_t &seed)
This is a dummy function to take the final case of hash_combine below.
Definition hash.h:28
bool IsDarkTheme()
Determine if the desktop interface is currently using a dark theme or a light theme.
Definition wxgtk/ui.cpp:51
PGM_BASE & Pgm()
The global program "get" accessor.
see class PGM_BASE
std::string path