Uh oh!
There was an error while loading. Please reload this page.
doc, installer: win - new logo in installer - #5391
Conversation
Fishrock123
commented
Feb 23, 2016
Could these be @eljefedelrodeodeljefe Could you ensure that these are run though tools like imageoptim to reduce their size as much as possible (while keeping quality)? |
mikeal
commented
Feb 23, 2016
I've got several high res versions of the logo, we're working to get the downloads page on the website updated with them. You'll see them posted here soon nodejs/nodejs.org#526 (comment) |
eljefedelrodeodeljefe
commented
Feb 23, 2016
@Fishrock123 can do it in @mikeal took the vector formats out of the |
eljefedelrodeodeljefe
commented
Feb 23, 2016
saved 20% space, output looks good to me still. |
rvagg
commented
Feb 24, 2016
I'm pretty sure we've had problems with trying to do .png in the past, I'll push out a test build as soon as we have Jenkins back /cc @nodejs/platform-windows |
joaocgreis
commented
Mar 2, 2016
@eljefedelrodeodeljefe the last post on http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/BMP-and-JPEG-td3503935.html suggests compressed indexed |
revert to jpg extension
eljefedelrodeodeljefe
commented
Mar 2, 2016
Sorry. Didn't mean to close. Did a mistake rebasing. |
Description of change
Latest logo iteration makes image adaptation necessary, #5381.
I couldn't get wix or VS to run properly (new to windows dev), but according to what I see in the installer and read in the wix project, this should suffice.
Pull Request check-list
Please make sure to review and check all of these items:
make -j8 test(UNIX) orvcbuild test nosign(Windows) pass withthis change (including linting)?
test (or a benchmark) included?
existing APIs, or introduces new ones)?
NOTE: these things are not required to open a PR and can be done afterwards /
while the PR is open.
Affected core subsystem(s)
none