165 Commit (b1b9444e63e09c22737e306e917f9218df362f53)
 

Autore SHA1 Messaggio Data
  Gustavo Arnosti Neves b1b9444e63 v2.4.1 - Update readme help 7 anni fa
  Gustavo Arnosti Neves 994b9922a8 v2.4.1 - Backgrounding2 - RGB fix; rgb processing is now fixed on 255-based numbers which are converted internally to percentage-based numbers; there is currently no way to pass percentage-based RGB directly; should implement color-hsb param to use with RGB; edited help and readme to say we need 255-based numbers for RGB. CMYK mode is preferred over any other. 7 anni fa
  Gustavo Arnosti Neves cc691a9df8 v2.4.1 - Backgrounding2 - RGB fix; rgb processing is now fixed on 255-based numbers which are converted internally to percentage-based numbers; there is currently no way to pass percentage-based RGB directly; should implement color-hsb param to use with RGB; edited help and readme to say we need 255-based numbers for RGB. CMYK mode is preferred over any other. 7 anni fa
  Gustavo Arnosti Neves 542212ea3c v2.4.0 - Backgrounding; enables to create gray or color backgrounds; added few helper and internal functions; three new parameters: gray, rgb and cmyk backgrounds; parameters are validated for valid colors; defaults to no background (as before); updated readme and help messages 7 anni fa
  Gustavo Arnosti Neves f01d1296d6 v2.3.9 - TypoMadness3. Yet another one... 7 anni fa
  Gustavo Arnosti Neves cbbebbe8e0 v2.3.8 Bump, whitespace madness 7 anni fa
  Gustavo Arnosti Neves b8f4d810e5 v2.3.8 Fix typo on help message, seems like I can't type the word 'bottom' properly 7 anni fa
  Gustavo Arnosti Neves e1bb7ea760 v2.3.7 - Fix typo on help; Update readme.md examples 7 anni fa
  Gustavo Arnosti Neves c679b863e9 v2.3.6 - fix grep detection method fail on some rare cases, would make execution fail instead of fail-safing 7 anni fa
  Gustavo Arnosti Neves cd99b8c2ba v2.3.6 - fix grep detection method fail on some rare cases, would make execution fail instead of fail-safing 7 anni fa
  Gustavo Arnosti Neves ff011db79e v2.3.5 - fix grep method exit on adaptive method for some rare cases 7 anni fa
  Gustavo Arnosti Neves b87bae541a v2.3.4 readme updates 7 anni fa
  Gustavo Arnosti Neves 1cede385b0 v2.3.4 readme updates 7 anni fa
  Gustavo Arnosti Neves a872e090cf v2.3.4 readme updates 7 anni fa
  Gustavo Arnosti Neves d8cc1e51c0 v2.3.4 readme updates 7 anni fa
  Gustavo Arnosti Neves 8b1c53c011 v2.3.4 readme updates 7 anni fa
  Gustavo Arnosti Neves 481d3371fb v2.3.4 readme updates 7 anni fa
  Gustavo Arnosti Neves 41a13e399b v2.3.4 Refinement to install and upgrade options, remove temporary files after finishing, new option --assume-yes|--yes to avoid prompts/force installs and upgrades, new option --insecure|--no-check-certificates to use curl/wget without SSL support on upgrades 7 anni fa
  Gustavo Arnosti Neves 4b8e086004 v2.3.4 Refinement to install and upgrade options, remove temporary files after finishing, new option --assume-yes|--yes to avoid prompts/force installs and upgrades, new option --insecure|--no-check-certificates to use curl/wget without SSL support on upgrades 7 anni fa
  Gustavo Arnosti Neves d85fcb181a v2.3.2b - Cleans temp files after upgrade; simplify upgrading a bit with some new functions; code cleanup 7 anni fa
  Gustavo Arnosti Neves 30e800e05f v2.3.2a - Cleans temp files after upgrade; simplify upgrading a bit with some new functions 7 anni fa
  Gustavo Arnosti Neves 70b9a0c594 v2.3.1 - fixed resize GS call print (was printing scale call, execution was fine), removed dependency on cat yet again (rip cat) 7 anni fa
  Gustavo Arnosti Neves 7e2145c9e8 v2.3.0 - First version capable of self-installing and self-upgrading. Params are --install and --upgrade. May ask for confirmation, still no flag to force yes for now. 7 anni fa
  Gustavo Arnosti Neves ccd3d85e94 v2.3.0 - First version capable of self-installing and self-upgrading. Params are --install and --upgrade. May ask for confirmation, still no flag to force yes for now. 7 anni fa
  Gustavo Arnosti Neves 84a447a520 Adding links and references to readme 7 anni fa
  Gustavo Arnosti Neves 05416d4198 Adding links and references to readme 7 anni fa
  Gustavo Arnosti Neves f598a439a1 Adding links and references to readme 7 anni fa
  Gustavo Arnosti Neves d92a457671 Two new options. --dry-run to simulate execution without calling ghostscript; --print-gs-call to print Ghostscript call to stdout; Using both one can just create the GS call. 7 anni fa
  Gustavo Arnosti Neves a1881abd84 v2.2.0 - Added many new options. --pdf-settings, --image-downsample, --image-resolution, --horizontal-alignment, --vertical-alignment, --xtrans-offset, --ytras-offset and also a few tweaks to readme and helpinfo. Help seems a bit slow though. This version address a few of the open issues on github. 7 anni fa
  Gustavo Arnosti Neves f69b6518fc
Add --image-resolution option (bump v2.1.3) 7 anni fa
  Gustavo Arnosti Neves aa134251ac
Merge pull request #8 from czr/image-resolution-cli-option 7 anni fa
  Colin Z. Robertson 955d1a5c31 Add --image-resolution option 8 anni fa
  Gustavo Neves e2d4d49f2a v2.1.2 - Small fix to help messages 8 anni fa
  Gustavo Neves 69c071dd40 v2.1.1 - Small fix to help message 8 anni fa
  Gustavo Neves 7555ad2c87 v2.1.1 - Small fix to help message 8 anni fa
  Gustavo Neves aeb880b23b v2.1.1 - Small fix to help message 8 anni fa
  Gustavo Neves 2684dd54f5 v2.1.0 LongOpts - Update readme 8 anni fa
  Gustavo Neves 67c826d346 v2.1.0 LongOpts - Update readme 8 anni fa
  Gustavo Neves c62794a951 v2.1.0 - LongOpts; Accepts case-insensitive long options; Better options and arguments parsing; Detecting permission errors; Option -n, --no-overwrite to abort if output PDF file file exists; Rebuilt Flip-Detection; 'source' paper type wildcard to run resizing without resizing anything; Auto-modes no long default on invalid mode selection; Rebuilt help info; Many new auxiliary functions; Few new execution flags; Rebuilt some error messages; More error detection; Able to read stupid pdf extensions like .Pdf; Removes stupid pDf extensions on automatic naming; Better Verbosing messages; And many other changes 8 anni fa
  Gustavo Neves 664196eda6 v2.0.5 - Better GS error handling and debugging messages 8 anni fa
  Gustavo Neves 5599263d84 v2.0.5 - Better GS error handling and debugging messages 8 anni fa
  Gustavo Neves 96ab46ae72 v2.0.5 - Better GS error handling and debugging messages 8 anni fa
  Gustavo Neves 1034b8f890 v2.0.4 - Fix to verbose final status message 8 anni fa
  Gustavo Neves 36719f478f v2.0.4 - Fix to final status, missing $ in $finalRet 8 anni fa
  Gustavo Neves 30d3fb0d21 update readme 8 anni fa
  Gustavo Neves 50fb769702 update readme 8 anni fa
  Gustavo Neves 6fd7fbb847 update readme 8 anni fa
  Gustavo Neves eaf56ec7d4 update readme 8 anni fa
  Gustavo Neves b485c95ee0 update readme 8 anni fa
  Gustavo Neves e244313b41 update readme 8 anni fa