asPicture 3.0 - Forum

Forum Navigation
You need to log in to create posts and topics.

asPicture 3.0

asPicture 3.0 is a plug-in designed for use with VisualNeo (NeoBook 5). asPicture 3.0 provides add graphics capabilities to your publications. The module allows you to create new image files, as well as do the processing of existing files. There is a wide selection of tools for drawing and image processing, the ability to work with layers, apply various effects to images. Merge image files, crop images. Most known graphics formats are supported.
Plug-in author: Andrey Solodyankin (as3856)
Russia 2019
To use the translation file from Russian to English, please copy the included file “asPicture_3.loc” to the folder where VisualNEO Win is installed.

Plugin changes:
asPictureCreateFile - Fixed
asPictureCenter - fix + changed на Centre / LeftTop
asPictureBackground - Fixed
asPictureWallPaper - Fixed
asPictureHorizRuler - Fixed + Show / Hide
asPictureVertRuler - Fixed + Show / Hide
asPictureGrid - Show / Hide
asPictureLoadCursor - Fixed
asPicCoordinates - Fixed
asPictureLine - Fixed
asPictureBrushEye - Fixed
asPictureEraser - Rewrote functions to optimize
asLayersVisible - Fixed + Show / Hide
asPictureCreateFile - fixed command

Changed team name
asLayersCurrent --> asLayersGetCurrent

*******************************************************
Many new teams.
Added panel of multiple thumbnails. (You can open the *. gif), added the writing of texts on the image, UNDO \ REDO .

luishp, Vadim and danito have reacted to this post.
luishpVadimdanito

hola a todos, sabeis alguna forma que cuando inserte una foto se gire 90º automaticamente

 

gracias

#juancarlos

There is no such command in the plugin. There is a command "asEffectsWindow" - there is a rotation of the image at a selected angle. When writing an update for the plugin asPicture 3.0, I will consider your wishes.

_______________________________

No hay tal comando en el complemento. Hay un comando "asEffectsWindow": hay una rotación de la imagen en un ángulo seleccionado Al escribir una actualización para el plugin asPicture 3.0, consideraré sus deseos.

I'm having issues with changing colors with the brush and the transparent brush does not seem to work.

This is a complex plugin and requires attention when writing applications. I can say one thing - and the transparent brush and the rest of the brushes were tested - everything is working. Much depends on how to apply them. I advise you to try to write the simplest example - do not immediately touch upon the complex. Need practice ....

This was my first test:

.Creating an asPicture Object
asPictureCreate "Rectangle1"
.Image location on the field
asPictureCenter "Rectangle1" "LeftTop"
asPictureOpenDialog "[FileOpen]" "[PubDir]" "" "False" "2" "Open File"
asPictureLoadFile "Rectangle1" "[FileOpen]"
SetVar "[FileOpen]" ""

asPictureBrush "Rectangle1" "0,255,128" "10"

I selected the color green but the brush gives me black.

I'm definitely interested in learning more about this plugin.

Take your time when programming, test yourself several times for possible errors. Here is a link to the project with a green brush and a colorless brush. Everything is working fine.

DEMO

Regards

Andrei (as3856)

 

Hello Andrei,

Can I have custom work from you? I need some changing for the asPicture and a new plugin. My email is sakismor@gmail.com. You can contact there.

Best regards

So never mind. Maybe you don't have the time for a new plugin.

I need to ask you if it possible the asPicture 3.0 to make a prototype like the photo above and the customer select his photos, custom text and rectangle color and make their own photo albums. So then I can print it.

 

Uploaded files:
  • You need to login to have access to uploads.
Quote from sakismor on December 30, 2020, 12:21 pm

So never mind. Maybe you don't have the time for a new plugin.

I need to ask you if it possible the asPicture 3.0 to make a prototype like the photo above and the customer select his photos, custom text and rectangle color and make their own photo albums. So then I can print it.

 

Yes. Such a layout can be assembled. You can make a signature. You can make an editor for processing photos.

Regards Andrei

as3856

 

as3856

Is there a way to covert a slideshow into a video with your plugin?

 

Thank you for your reply. I have some questions:

  1. How it is possible to make the rectangles that the customers put the photos and text inside?
  2. Can I have more than 5 miniatures and the miniatures not having frames? I need about 15 miniatures
  3. I try to make a crop tool put I need the crop selector to be maintain aspect ratio. Customer not be able to change it only to make bigger or smaller.

If you need a payment I will be very happy to make one for you. I need to start my project and I need your help.

Best regards

fkapnist

I have not finished writing this possibility.

Quote from sakismor on December 31, 2020, 10:31 am

Thank you for your reply. I have some questions:

  1. How it is possible to make the rectangles that the customers put the photos and text inside?
  2. Can I have more than 5 miniatures and the miniatures not having frames? I need about 15 miniatures
  3. I try to make a crop tool put I need the crop selector to be maintain aspect ratio. Customer not be able to change it only to make bigger or smaller.

If you need a payment I will be very happy to make one for you. I need to start my project and I need your help.

Hey. You need to understand the examples that come with the plugin.
Sorry, but I don't have time to do this right now. I'm sorry.

 

Can I have more than 5 miniatures and the miniatures not having frames? I need about 15 miniatures

The number of miniatures is not limited.
You need to use the thumbnail panel.

Regards

as3856

Thank you for quick answer.

I really try to understand it but is having too many actions. If you find time please make a small pub with an example.

Happy new year!!!!

@as3856

There are many new software programs for slides. But few of them include "zoom" and "pan" in their transition effects which would make slideshows less static and more movie-like.

 

I try to understand it. I make many tests and I check all the actions.

Do you think that is possible to make the project that I want with your plugin?

Do you have any manual if you wrapped the aspicture from an other project?

Thank you!!!

Is there a variable for the filename when i select a thumbnail in the thumbnail panel? I want to select a thumbnail and show the picture in a custom window.

@markuspr

Go to the Variables tab in the debugger window. Click on the thumbnail and check if the corresponding variable appears there. If it is provided automatically, it will appear there or update when you switch to a different thumbnail.

No, no variable is displayed. That is the reason why I am asking here. I thought there might be a hidden variable.