The following warnings occurred:
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/inc/class_parser.php 584 errorHandler->error_callback
/inc/class_parser.php 228 postParser->parse_mycode
/printthread.php 203 postParser->parse_message



GetSimple Support Forum
resize thumbs after crop - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7)
+--- Thread: resize thumbs after crop (/showthread.php?tid=401)



resize thumbs after crop - madguy - 2010-02-15

scenario


upload 800 pixels (long size) , make a square crop (area of interest is 460x460), but need final thumb size to be 150x150


I would imagine the solution is to have GD re size right after cropping before saving. I wish I know PHP well enough to do this. Can someone please help me?


resize thumbs after crop - ccagle8 - 2010-02-15

so you want it to make two thumbnails everytime you upload one image?


resize thumbs after crop - madguy - 2010-02-15

Hi Chris

I just want GD, after cropping, to auto resize the thumb to a desire width before saving the file

For example

[Image: Car_Wallpapers.jpg]

Maybe input box is not needed. have "desire thumb width" in php prefernece/config is fine.


resize thumbs after crop - jamiewhiskers - 2010-02-17

It could be my Caffeine high speaking, but GS already creates 2 Thumbnails for every image uploaded. It works off width but keeps proportions intact. So you have data/thumbs/thumbsm.imagename.jpg (the smaller version with a max width of 60px and data/thumbs/thumbnail.imagename.jpg (the larger thumbnail with a max width of 200px). Putting an option in settings to modify this shouldn't be that hard. I might look in to it as i have ran out of idea's for plugins.


resize thumbs after crop - ccagle8 - 2010-02-17

data/thumbs/thumbnail.imagename.jpg width can be set in /root/gsconfig.php
data/thumbs/thumbsm.imagename.jpg is used for the upload.php when you choose 'Images' from the dropdown


resize thumbs after crop - madguy - 2010-02-18

currently /root/gsconfig.php setting (size 200) is not being use if you start cropping

Thnx Jamie
Thnx Chris