Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] How it is supposed to use org.eclipse.images?
  • From: "Becker, Matthias" <ma.becker@xxxxxxx>
  • Date: Wed, 14 Apr 2021 05:22:18 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=Fq532ftMidU7SUZ+2mtE3n0XYiUwV0gAGKKorETpclo=; b=eenILTngPVA/fw9il2CaS8nHhJkhsFgMRt0u/aoRJ3RnkHLVX870zUorfvAm+9VeWRAX7i1t8so9N12AuueHJFs+4I0Ff8KkXu2vPeParP6BbkrpjoVFAvywnBqPY6uKZUyUWo+WMP8sqa+gIqH+UWm8TfJOpLghzaOTOmXjwGMyAFaG3KjK2pOS/U7k9+SZ7TN7KXbjpHN4EVV0ECCnOatERPswqup9NmGX7XkFPtYrcwd065hZs4iNgPvIxexX+KRE+jhywduBu0d5VcFEqEHEfQ2xNgaMTIUJgTQJNaXbIMeB+mRrjAmWizxh6fFPEaYJZkdvrEiS3M7/dXRJMA==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=YUu3rp63q9XMRoKcehhtp5/iuHhLSh3rRdvzdWf1GMijPBiX+1wX7D0ooGe/XrYIrjH8siTodI9iuQtE31ttPJCQq5+hSdp9TqEEdHZEqRtlMbYrb7P4U6K9yVXGIHhRl/+X7SU5ESAbmH3tcxbdX7M5AzujQLems0f094C7BptHuGvOfEYvkC45qhAV9cDNGB49rV7L0wwV20lLP9pMLd7lK+r/NnJ3MAkTMgeuaLRCKQkoWKWyy4fthY0XdUhVsgdjBYKNmuhBLqGTiQ36Y1rqancp3RbDdIRb0JujpcWfugEJv8RwF6bOyeN6p8qa1EeRiEMVR/M4/yUIztDJVw==
  • Delivered-to: platform-dev@xxxxxxxxxxx
  • Ironport-sdr: fT6Wt6y1k44lIUHak5H9b/Nqp3g3SM+Fsbz1afcQLEN+8yujYiJt66rlTFOkKtJOcJIOyXdZhR ZcMcy4/Ui6nX5i1B6QB8Hy//AocPvMz/3520xOqMt/CxXJMwnd8ASJGhLJ233Ks6tQSUsIPfsV lXrmtSpNZuVQF63/R2qXAHv0P6BFK3rcaZkYyEb7p4OEIly/gCXA2euG2ydtnzN8cwjHZzSIrg q8CxvBzigPDINk83WB3aXMHKkrqW7AT8a1qwSMRzimo9jsHZV5N5ea3pMFOR57AL44kW+q+L9y IEmu1LPtd+AtCqLbNEj9/NxE
  • List-archive: <https://www.eclipse.org/mailman/private/platform-dev/>
  • List-help: <mailto:platform-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/platform-dev>, <mailto:platform-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHXMOsqX99WAbsknkiAerqc++cVsaqzm/iA
  • Thread-topic: [platform-dev] How it is supposed to use org.eclipse.images?
  • User-agent: Microsoft-MacOutlook/16.47.21031401

Dear Christoph,

all the Eclipse icons are stored in this repo. In this repo we have the "org.eclipse.images" project that has all the SVGs and generated PNGs and the "org.eclipse.images.renderer" project that has code to render PNGs out of SVG. Platform uses the images in this repo by copy-ing the PNGs from this repo. Look at the "eclipse-png" folder in the "org.eclipse.images" project. In this folder you find that the folder-structure of the plugins that use this icons is replicated. As some icons are used in different plugins the "org.eclipse.images" project has multiple copies of the same Icons (including the SVG) - this is not ideal but that's the way it is.

Regards,
Matthias

On 14.04.21, 07:01, "platform-dev on behalf of Christoph Läubrich" <platform-dev-bounces@xxxxxxxxxxx on behalf of laeubi@xxxxxxxxxxxxxx> wrote:

    The eclipse.platform.images contains all the nice icons for eclipse and 
    mentions also how to build these images but one point is missing:

    How is it supposed to be used? The docs mention a 'org.eclipse.images' 
    plugin but this seems not be available (maybe a special feature is 
    required?).

    Should one simply copy what ever is needed into an arbitrary plugin? 
    Could I reference images in some magic way that prevents duplication in 
    a custom plugin?

    If I copy/use them, do I need to credit someone (assuming the project 
    itself is also EPL)?
    _______________________________________________
    platform-dev mailing list
    platform-dev@xxxxxxxxxxx
    To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/platform-dev


Back to the top