Reshade Image Enlarger
Informations
Créateur | Messages |
---|---|
MTres19
|
InformationCet installateur a été accepté par l'équipe. InformationsPlate-formes : Retours d'expérience0 0 DescriptionReshade allows you to greatly enhance the quality of an image resize with five main options: Denoise, Reduce Artifacts, Texture, Accuracy, and Control. Quote from Reshade's website (reshade.com): Reshade offers high-quality photo resizing for your computer. Enlarge images without the usual blur, jagged edges, halos, loss of sharpness or detail associated with image upscaling. Create accurate, crisp clear, and photorealistic enlargements at almost any zoom factor. Captures d'écranCode source#!/bin/bash # Date : (2015-5-20 5:22 PM) # Wine version used : 1.6.2 # Distributions used to test : Debian GNU/Linux 8.0 & Linux Mint 17.1 # Author : MTres19 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Reshade_Enlarger" TITLE="Reshade Image Enlarger" WINEVERSION="1.6.2" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_presentation "Reshade Image Enlarger 3.0" "Reshade Ltd." "reshade.com" "MTres19" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_Install_LunaTheme POL_SetupWindow_message "$(eval_gettext 'Please download the installer from reshade.com')" "$TITLE" POL_Browser "http://reshade.com" POL_SetupWindow_InstallMethod "LOCAL" if [ $INSTALL_METHOD = "DOWNLOAD" ] then POL_System_TmpCreate "Reshade" cd "$POL_System_TmpDir" POL_Download "http://reshade.com/static/reshade-install.exe" "8786327bc7209134e9fad15f581fe0cc" POL_Wine "reshade-install.exe" POL_System_TmpDelete elif [ $INSTALL_METHOD = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" RESHADE_INSTALL="$APP_ANSWER" POL_Wine "$RESHADE_INSTALL" fi POL_Shortcut "reshade.exe" "Reshade" POL_SetupWindow_Close exit 0 |
Contributions
Filters:
ContribuerMembre | Messages |
Ronin DUSETTE | Vendredi 22 Mai 2015 à 4:05 |
Ronin DUSETTE
|
InformationCette mise à jour a été acceptée par l'équipe MessagesChanging the urls to resource images, as they are hosted from a 3rd party. Differences@@ -11,8 +11,8 @@ TITLE="Reshade Image Enlarger" WINEVERSION="1.6.2" -POL_GetSetupImages "https://824c862d9a2680948fa53baa62ee056ae123af01.googledrive.com/host/0B_iE50uqUIIbSmRRRHpqdk12Ync" "https://20b94d2646f03039a75fc555605ec5587cdb9349.googledrive.com/host/0B_iE50uqUIIbTEpvenN5akZwZ3c" - +POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" + POL_SetupWindow_Init POL_Debug_Init POL_System_SetArch "x86" Nouveau code source#!/bin/bash # Date : (2015-5-20 5:22 PM) # Wine version used : 1.6.2 # Distributions used to test : Debian GNU/Linux 8.0 & Linux Mint 17.1 # Author : MTres19 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Reshade_Enlarger" TITLE="Reshade Image Enlarger" WINEVERSION="1.6.2" POL_GetSetupImages "http://files.playonlinux.com/resources/setups/$PREFIX/top.jpg" "http://files.playonlinux.com/resources/setups/$PREFIX/left.jpg" "$TITLE" POL_SetupWindow_Init POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_presentation "Reshade Image Enlarger 3.0" "Reshade Ltd." "reshade.com" "MTres19" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_Install_LunaTheme POL_SetupWindow_message "$(eval_gettext 'Please download the installer from reshade.com')" "$TITLE" POL_Browser "http://reshade.com" POL_SetupWindow_InstallMethod "LOCAL" if [ $INSTALL_METHOD = "DOWNLOAD" ] then POL_System_TmpCreate "Reshade" cd "$POL_System_TmpDir" POL_Download "http://reshade.com/static/reshade-install.exe" "8786327bc7209134e9fad15f581fe0cc" POL_Wine "reshade-install.exe" POL_System_TmpDelete elif [ $INSTALL_METHOD = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" RESHADE_INSTALL="$APP_ANSWER" POL_Wine "$RESHADE_INSTALL" fi POL_Shortcut "reshade.exe" "Reshade" POL_SetupWindow_Close exit 0 RéponsesVendredi 22 Mai 2015 à 4:09
|
MTres19 | Vendredi 22 Mai 2015 à 3:59 |
MTres19
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messages- Removed download feature, since it was not functioning correctly. Differences@@ -23,8 +23,11 @@ POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_Install_LunaTheme + +POL_SetupWindow_message "$(eval_gettext 'Please download the installer from reshade.com')" "$TITLE" +POL_Browser "http://reshade.com" -POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" +POL_SetupWindow_InstallMethod "LOCAL" if [ $INSTALL_METHOD = "DOWNLOAD" ] then Nouveau code source#!/bin/bash # Date : (2015-5-20 5:22 PM) # Wine version used : 1.6.2 # Distributions used to test : Debian GNU/Linux 8.0 & Linux Mint 17.1 # Author : MTres19 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Reshade_Enlarger" TITLE="Reshade Image Enlarger" WINEVERSION="1.6.2" POL_GetSetupImages "https://824c862d9a2680948fa53baa62ee056ae123af01.googledrive.com/host/0B_iE50uqUIIbSmRRRHpqdk12Ync" "https://20b94d2646f03039a75fc555605ec5587cdb9349.googledrive.com/host/0B_iE50uqUIIbTEpvenN5akZwZ3c" POL_SetupWindow_Init POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_presentation "Reshade Image Enlarger 3.0" "Reshade Ltd." "reshade.com" "MTres19" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_Install_LunaTheme POL_SetupWindow_message "$(eval_gettext 'Please download the installer from reshade.com')" "$TITLE" POL_Browser "http://reshade.com" POL_SetupWindow_InstallMethod "LOCAL" if [ $INSTALL_METHOD = "DOWNLOAD" ] then POL_System_TmpCreate "Reshade" cd "$POL_System_TmpDir" POL_Download "http://reshade.com/static/reshade-install.exe" "8786327bc7209134e9fad15f581fe0cc" POL_Wine "reshade-install.exe" POL_System_TmpDelete elif [ $INSTALL_METHOD = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" RESHADE_INSTALL="$APP_ANSWER" POL_Wine "$RESHADE_INSTALL" fi POL_Shortcut "reshade.exe" "Reshade" POL_SetupWindow_Close exit 0 RéponsesVendredi 22 Mai 2015 à 4:00
|
MTres19 | Vendredi 22 Mai 2015 à 3:40 |
MTres19
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Messages- Removed cd "$POL_USER_ROOT" Differences@@ -0,0 +1,46 @@ +#!/bin/bash +# Date : (2015-5-20 5:22 PM) +# Wine version used : 1.6.2 +# Distributions used to test : Debian GNU/Linux 8.0 & Linux Mint 17.1 +# Author : MTres19 + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="Reshade_Enlarger" +TITLE="Reshade Image Enlarger" +WINEVERSION="1.6.2" + +POL_GetSetupImages "https://824c862d9a2680948fa53baa62ee056ae123af01.googledrive.com/host/0B_iE50uqUIIbSmRRRHpqdk12Ync" "https://20b94d2646f03039a75fc555605ec5587cdb9349.googledrive.com/host/0B_iE50uqUIIbTEpvenN5akZwZ3c" + +POL_SetupWindow_Init +POL_Debug_Init +POL_System_SetArch "x86" + +POL_SetupWindow_presentation "Reshade Image Enlarger 3.0" "Reshade Ltd." "reshade.com" "MTres19" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +POL_Call POL_Install_LunaTheme + +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" + +if [ $INSTALL_METHOD = "DOWNLOAD" ] +then + POL_System_TmpCreate "Reshade" + cd "$POL_System_TmpDir" + POL_Download "http://reshade.com/static/reshade-install.exe" "8786327bc7209134e9fad15f581fe0cc" + POL_Wine "reshade-install.exe" + POL_System_TmpDelete +elif [ $INSTALL_METHOD = "LOCAL" ] +then + POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" + RESHADE_INSTALL="$APP_ANSWER" + POL_Wine "$RESHADE_INSTALL" +fi + +POL_Shortcut "reshade.exe" "Reshade" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-5-20 5:22 PM) # Wine version used : 1.6.2 # Distributions used to test : Debian GNU/Linux 8.0 & Linux Mint 17.1 # Author : MTres19 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Reshade_Enlarger" TITLE="Reshade Image Enlarger" WINEVERSION="1.6.2" POL_GetSetupImages "https://824c862d9a2680948fa53baa62ee056ae123af01.googledrive.com/host/0B_iE50uqUIIbSmRRRHpqdk12Ync" "https://20b94d2646f03039a75fc555605ec5587cdb9349.googledrive.com/host/0B_iE50uqUIIbTEpvenN5akZwZ3c" POL_SetupWindow_Init POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_presentation "Reshade Image Enlarger 3.0" "Reshade Ltd." "reshade.com" "MTres19" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_Install_LunaTheme POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ $INSTALL_METHOD = "DOWNLOAD" ] then POL_System_TmpCreate "Reshade" cd "$POL_System_TmpDir" POL_Download "http://reshade.com/static/reshade-install.exe" "8786327bc7209134e9fad15f581fe0cc" POL_Wine "reshade-install.exe" POL_System_TmpDelete elif [ $INSTALL_METHOD = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" RESHADE_INSTALL="$APP_ANSWER" POL_Wine "$RESHADE_INSTALL" fi POL_Shortcut "reshade.exe" "Reshade" POL_SetupWindow_Close exit 0 RéponsesVendredi 22 Mai 2015 à 3:44
Vendredi 22 Mai 2015 à 3:46
Vendredi 22 Mai 2015 à 3:48
Vendredi 22 Mai 2015 à 3:49
Vendredi 22 Mai 2015 à 3:54
|
MTres19 | Vendredi 22 Mai 2015 à 3:33 |
MTres19
|
WarningCette mise à jour n'a pas été approuvée par l'équipe. Differences@@ -0,0 +1,48 @@ +#!/bin/bash +# Date : (2015-5-20 5:22 PM) +# Wine version used : 1.6.2 +# Distributions used to test : Debian GNU/Linux 8.0 & Linux Mint 17.1 +# Author : MTres19 + +[ "$PLAYONLINUX" = "" ] && exit 0 +source "$PLAYONLINUX/lib/sources" + +PREFIX="Reshade_Enlarger" +TITLE="Reshade Image Enlarger" +WINEVERSION="1.6.2" + +POL_GetSetupImages "https://824c862d9a2680948fa53baa62ee056ae123af01.googledrive.com/host/0B_iE50uqUIIbSmRRRHpqdk12Ync" "https://20b94d2646f03039a75fc555605ec5587cdb9349.googledrive.com/host/0B_iE50uqUIIbTEpvenN5akZwZ3c" + +POL_SetupWindow_Init +POL_Debug_Init +POL_System_SetArch "x86" + +POL_SetupWindow_presentation "Reshade Image Enlarger 3.0" "Reshade Ltd." "reshade.com" "MTres19" "$PREFIX" + +POL_Wine_SelectPrefix "$PREFIX" +POL_Wine_PrefixCreate "$WINEVERSION" + +POL_Call POL_Install_LunaTheme + +POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" + +if [ $INSTALL_METHOD = "DOWNLOAD" ] +then + POL_System_TmpCreate "Reshade" + cd "$POL_System_TmpDir" + POL_Download "http://reshade.com/static/reshade-install.exe" "8786327bc7209134e9fad15f581fe0cc" + POL_Wine "reshade-install.exe" + POL_System_TmpDelete +elif [ $INSTALL_METHOD = "LOCAL" ] +then + POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" + RESHADE_INSTALL="$APP_ANSWER" + POL_Wine "$RESHADE_INSTALL" +fi + +cd "$POL_USER_ROOT" + +POL_Shortcut "reshade.exe" "Reshade" + +POL_SetupWindow_Close +exit 0 \ No newline at end of file Nouveau code source#!/bin/bash # Date : (2015-5-20 5:22 PM) # Wine version used : 1.6.2 # Distributions used to test : Debian GNU/Linux 8.0 & Linux Mint 17.1 # Author : MTres19 [ "$PLAYONLINUX" = "" ] && exit 0 source "$PLAYONLINUX/lib/sources" PREFIX="Reshade_Enlarger" TITLE="Reshade Image Enlarger" WINEVERSION="1.6.2" POL_GetSetupImages "https://824c862d9a2680948fa53baa62ee056ae123af01.googledrive.com/host/0B_iE50uqUIIbSmRRRHpqdk12Ync" "https://20b94d2646f03039a75fc555605ec5587cdb9349.googledrive.com/host/0B_iE50uqUIIbTEpvenN5akZwZ3c" POL_SetupWindow_Init POL_Debug_Init POL_System_SetArch "x86" POL_SetupWindow_presentation "Reshade Image Enlarger 3.0" "Reshade Ltd." "reshade.com" "MTres19" "$PREFIX" POL_Wine_SelectPrefix "$PREFIX" POL_Wine_PrefixCreate "$WINEVERSION" POL_Call POL_Install_LunaTheme POL_SetupWindow_InstallMethod "LOCAL,DOWNLOAD" if [ $INSTALL_METHOD = "DOWNLOAD" ] then POL_System_TmpCreate "Reshade" cd "$POL_System_TmpDir" POL_Download "http://reshade.com/static/reshade-install.exe" "8786327bc7209134e9fad15f581fe0cc" POL_Wine "reshade-install.exe" POL_System_TmpDelete elif [ $INSTALL_METHOD = "LOCAL" ] then POL_SetupWindow_browse "$(eval_gettext 'Please select the setup file to run.')" "$TITLE" RESHADE_INSTALL="$APP_ANSWER" POL_Wine "$RESHADE_INSTALL" fi cd "$POL_USER_ROOT" POL_Shortcut "reshade.exe" "Reshade" POL_SetupWindow_Close exit 0 RéponsesVendredi 22 Mai 2015 à 3:34
Vendredi 22 Mai 2015 à 3:36
Vendredi 22 Mai 2015 à 3:38
|
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com