Most voted "resizing" questions
23 questions
Sort by count of
-
6
votes1
answer5665
viewsResize an image in a canvas element with js
Problem Image resizing with Javascript Possible solution Use the widget canvas to redesign the image, resize it and then render the image again. Below will be cited 2 cases of use merely…
-
4
votes1
answer437
viewsWhy does the Jframe size exceed the size of your Contentpane, even though it has a defined size?
I noticed a strange behavior between containers in the swing. To illustrate the test, I created a JFrame and a JPanel, and defined the panel as contentPane of JFrame. Set the preferred and maximum…
-
4
votes1
answer1031
viewsHow to maintain the screen ratio after being resized by the user?
I need to restrict a certain proportion of a Jframe so that the layout of what I want to display on it isn’t distorted, but I wouldn’t want to have to block resizing with setRezisable(). The minimum…
-
2
votes1
answer50
viewslock R when resizing the window
In the R, It is possible to pick up and lock (hold) a device, draw an image and make the graphic render flush. This is useful for complex screen situations with hundreds of dots and/or color…
-
1
votes3
answers1664
viewsAbbreviate content inside cell (HTML table)
I have a table that is composed of values that are pulled from the database.... This table has the predefined size, and it turns out that when the value pulled from the bank is greater than the…
-
1
votes1
answer38
viewsHow to scale a bitmap quickly
I’m making a game using Surfaceview and I need a bitmap to be , for example ,a size of 20x20 ,but this bitmap is reused in other parts of the code in different sizes ,that is, it would not be…
-
1
votes2
answers1220
viewsAspect ratio of an image resized with Opencv?
I have a project where I need to identify objects in an image, currently using the Opencv library in C++. I used the function warpPerspective() Opencv on a 605x141 size image to resize your…
-
1
votes0
answers281
viewsUpload images with manipulation using Wideimage
Good night! I would like to upload a maximum of 5 images and at the same time manipulate them with the Wideimage library. But with the code done so far only the upload is working. I am using the…
-
1
votes1
answer137
viewsImage is being cropped when the "max-width" CSS element is used
At the bottom of this Wordpress site there are various logo images. These images are entered by the site administrator himself within a table Pods, so I have no individual control for each image, I…
-
0
votes1
answer197
viewsResize an MDI Form without borders
I’ve found many tips on how to resize a form without borders, all functional and good, but they don’t work when it comes to an MDI Form. Someone has a functional tip on how to resize an MDI Form?…
-
0
votes0
answers112
viewsResize image "by finger" on web page
I wonder if there is any technique, a plugin, whatever, something that allows you to resize an image that is on my web page in an interactive way with the user, as the image below shows:…
-
0
votes1
answer3397
viewsResize elements according to form size
I have a GroupBox within a Form which has the following pattern: Padrão de tela - Form: 1290;700 - GroupBox Principal: 1260;600 That one Form is opened through MDI. I use a function to center this…
-
0
votes1
answer30
viewsResizing with Jquery
I’m trying to put a responsive menu on my site, I need that when the screen is resized to a certain size it becomes responsive and when it increases again it goes back to the "normal div" $(function…
-
0
votes1
answer2211
viewsAdjust columns of a Dbgrid
I’m having a problem to get a function where do the same as Excel (Resize columns). For example: Watch the columns spacing, huge and needless. I would like a solution in the form of a function to…
-
0
votes1
answer213
viewsHow to resize Relativelayout while keyboard is active
Good night! I’m a beginner on android, so I’m sorry if it’s a stupid question. I did not find solution to my problem in this forum, so I decided to create this post. I have a very simple…
-
0
votes0
answers40
viewsImage reduction in Firebird
I have a Firebird database with some high-definition saved images, someone knows a method to reduce the images without taking them from the bank?
-
0
votes1
answer28
viewsSize in various screen sizes
I’m creating a website on my laptop, when I go to test on my computer that has a bigger screen, the site gets all messed up, as I do to maintain a dimension standard for various screen sizes?
-
0
votes1
answer45
viewsImage resizing
I am using the following routine below to resize images, it is working, however the resulting files are getting a very large size, for example when I resize an image from 1400x700 from 500kb to…
-
0
votes0
answers153
viewsPicture above 3000px does not load in Wideimage
Good afternoon, I have a function in which it is responsible for taking the image and resizing it, but images with 3000x2000 are not loaded by Wideimage WideImage::load($ampliada)…
-
0
votes0
answers375
viewsResponsive text box
I have a text box on top of an image-map that’s responsive, that way: <div class="lala" role="main" style="height:100%"> <img class="imgg" src="../images/sellec.jpg" style="opacity:0;…
-
0
votes0
answers32
viewsDimensions must be Equal, but are 3 and 5 for...with input shapes: [32,3], [32,5]
I’m building a neural network, and I find the following mistake: ValueError: Dimensions must be equal, but are 3 and 5 for '{{node mean_absolute_error/sub}} =…
-
-1
votes1
answer316
viewsLayout to adapt to browser resizing
Looking at many sites today, in this case, exclusively those with Layouts Responsive, I noticed a detail that was not of my concern until then. My doubt has been in qualifying whether a…
google-chrome responsive-layout internet-explorer firefox resizingasked 8 years, 10 months ago thelimarenan 391 -
-1
votes2
answers48
viewsAccessviolation when changing Borderstyle
Hello! I’m trying to change the borderstyle property at the event onCreate form, but error occurs AccessViolation, someone knows how I can solve? My code: procedure TfmContasPagar.FormCreate(Sender:…