Are you offering to implement these ideas?<div><br></div><div>We're not short on ideas, but we need more hands on deck, so if you're keen, start by visiting the 'libreoffice native build' page and get hacking. </div>
<div>Feel free to ask on this list if you get stuck. <span></span><br><br>On Sunday, 19 August 2012, ape wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all!<br>
<br>
Few notes about optimizing files that are loaded into RAM at startup<br>
LibreOffice.<br>
<br>
1. Icons of executable files contain extra pictures the size of 128 by 128<br>
pixels. Desktop environment of operating systems Windows XP-7 don’t need<br>
these pictures. Best appearance requires that icons contain pictures size 20<br>
at 20 pixels (for Windows XP: 120% or 120 dpi) and 24 on 24 pixel (for<br>
Windows 7: 150% or 144 dpi). Changing these resources reduces the size of<br>
executable files from 50 to 40 kilobytes.<br>
<br>
2. The file “soffice.bin” is loaded into RAM, but serves an additional<br>
function: it shows the file icons in Explorer. Propose to entrust this<br>
function to an additional file "loicons.dll" which will not be loaded into<br>
RAM when running LibreOffice. This solution makes it possible to compile<br>
file "soffice.bin" only with the necessary icons and reduces the file size<br>
from 680 to 96 kilobytes.<br>
<br>
3. The Windows operating system does not assign icons of text documents,<br>
spreadsheets, presentations or databases. This makes the program that opens<br>
files. Icons for ODF files and Microsoft’s documents appear identically<br>
because of this reason. File size "soffice.bin" will grow, if you eliminate<br>
this problem. Consequently, program’s startup time will increase too. It's<br>
not going to happen, if the program will have a separate library of icons<br>
(loicons.dll) for Windows Explorer.<br>
<br>
I don't know programming and use the resource editor for this purpose. Files<br>
(LibO-3.7.0_alpha+) that allow you to check my notes are attached. I can<br>
explain the purpose of each of the icons contained in the files, and publish<br>
all PNG images here, if someone will fix the code.<br>
--<br>
ape<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://nabble.documentfoundation.org/Few-notes-about-optimizing-files-Windows-OS-tp4002255.html" target="_blank">http://nabble.documentfoundation.org/Few-notes-about-optimizing-files-Windows-OS-tp4002255.html</a><br>
Sent from the Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'LibreOffice@lists.freedesktop.org')">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</blockquote></div>