mfe- / Get.the.solution.ImageCore

This repository contains functionality which are required to load images into an application for diffrent platforms like UWP and android.
GNU Affero General Public License v3.0
4 stars 0 forks source link

resize a batch of pictures just by marking them in explorer and right-clicking #34

Open mfe- opened 4 years ago

mfe- commented 4 years ago

From support hotline: Custom request "resize a batch of pictures just by marking them in explorer and right-clicking"

mfe- commented 4 years ago

954592d0f58a0e43d2f05fe6c6d0e924b8ff7b08, 93a30f0891d70c8a3415d5726a41512dee2ce00d

mfe- commented 4 years ago

Closed with 29a619d8dae8aad3744f97bbb5d4d8ba07f77761

mfe- commented 4 years ago

Not sure how to achieve that in UWP.

  1. If our app "Resize Image" is not the default app for the file association "jpg" the context menu entry will not appear in the windows explorer

    .jpeg .jpg .png .gif .bmp ms-resource:/Get.the.solution.Image.Manipulation.Resources/Resources/OpenWith
  2. If our app "Resize Image" is the default app to open jpg files, we can show only the resize dialog. There is no way in UWP to detect whether the app was started by the contextmenu or by a double click/start menu on the image file (To display an image viewer)

mfe- commented 4 years ago

Maybe someone can help https://github.com/MicrosoftDocs/windows-uwp/issues/2088

https://aka.ms/AA6rmrk