I have made some small changes to Pictorialis which are reflected in the new download.
– Two different methods of creation of thumbnails
– Choose a small area of the picture
– Chose whole picture
– Now has the ability of using NetPBM instead of GD, option in wp-admin/post.php
– Better upload code, faster processing
– Addition of extra code to weed out posts with no pictures. This blog now produces thumbnails of posts which have pictures and thus pictorialis can now be used as a full text blog as well without penalty.
There are some more updates and fixes planned, they will come as and when time permits.
hi,can u tell me if is possible change the dimension of photo?i use pictorialis,but i don’t know where i can change [and if is possible]the dimension of photo when i post.thanks!Mà
Sure you can! Just edit post.php which is inside your wp-admin folder and change the values for these:
$maxPicWidth = 600;
$maxPicHeight = 600;
$maxThumbWidth = 100;
$maxThumbHeight = 100;
Thats what controls the dimensions of the image and the thumbnails.
mark,thanks,i’ve found it,but it make in template some problems…
the gallery don’t go under the photo.
thanks Mark! i’ve found it,but i have another problem:the gallery with thumbs.don’t go under the photo now. uff.
Could you pleas explain what you mean?